Sqlite3_exec is three seperate sqlite function, prepare, bind and step. Just use them.
JS

Patty Fernandez wrote:
Hello,

Sqlite version 2 used to split the sqlite_exec routine into three separate
functions utilizing a structure called sqlite_vm.  This would allow the
access of data without using a callback function.  Did these separate
functions remerge in Sqlite 3 to the sqlite3_prepare call?

Thanks,

patty


Reply via email to