Chase <[EMAIL PROTECTED]> wrote:
When i call sqlite3_update_hook() from App "A" and point it to my
callback, i am only notified when app "A" updates the database.

When app "B" (another instance of the same app as "A") updates the
database, app "A"'s callback is never called, and vice versa.

I thought the whole point of this function was to get callbacks on any
**outside** tinkering with a shared database file.

You thought incorrectly. Callbacks are installed per connection and only react to operations performed on the same connection.

Igor Tandetnik

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

Reply via email to