Hi,

I am developing a p2p application (in Java) which has a SQLite
database attached. I am currently using the sqlitejdbc JDBC driver for
database access.
Ideally, I want SQLite to notify the application whenever a change is
made in the database, so it can propagate the change to other peers.
Currently it finds changes by constantly polling the database, however
this is not ideal as it wont scale well.
Is it possible for an application to be notified when a trigger inside
the database is fired?

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

Reply via email to