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.

Can someone please shed some light on this.

Thank you.

- Chase




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

Reply via email to