"Hildemaro Carrasquel"
<[EMAIL PROTECTED]> wrote in
message
news:[EMAIL PROTECTED]
> Is there any function that i can make event when a data change?

See sqlite3_commit_hook, for changes that occur on the same connection.

If you hope to get a notification when some other process writes to the 
database over its own separate connection - SQLite doesn't support that. 
You would have to design your own IPC mechanism.

Igor Tandetnik 



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

Reply via email to