>
> Thanks. But I am experiensing some problems here. When I am using  
> the same
> connection (I store it as third parameter to callback registering  
> function
>
>                 sqlite3_update_hook(db, Callback, db);
>
> and when trying to access to the db inside callback
>
>                 sqlite3_prepare((sqlite3*)data_arg_3, [...])
>
> , an error SQLITE_MISUSE  is returned to me

SQLite is not reentrant through the update hook.


D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to