Hi
I had been experimenting with TEMP triggers and sqlite3_create_function() to get the notification about the table changes. It seems to work on the same db connection within one thread. Anyone tried doing similar stuff for two+ processes connecting to the same db instance? My ultimate goal is for having 2+ processes to connect/attach the same db.file and having 1+ process to update db records and others getting "notified" about the effected rows/columns. Thanks in advance, Mark PS. I will try using shared connection tomorrow. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

