I'm trying to execute a query from the callback function that is registered with sqlite3_update_hook. But sqlite3_prepare_v2 always
returns SQLITE_MISUSE. Is it not allowed to execute queries from the
callback function?

I'm was trying to use the callback function as a notification mechanism
to update my GUI. Whenever I receive a notification on an insert/delete,
I want to retrieve the new/modified row and update the displayed data.




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

Reply via email to