Patty Fernandez
<[EMAIL PROTECTED]> wrote:
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?

See sqlite3_prepare, sqlite3_step, sqlite3_reset, sqlite3_finalize, sqlite3_bind_*, sqlite3_column_*

Igor Tandetnik

Reply via email to