On 11/19/07, Rob Sciuk <[EMAIL PROTECTED]> wrote:

> When using the sqlite3_query command, and a callback function, is there a
> way of getting the _*STATEMENT*_ for the query string which is currently
> executing, reliably from the sqlite3 *opaque type??

No.  sqlite3_exec() is simply a wrapper around prepare/step/finalize;
you can see what it does in legacy.c.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to