Hi SQLite, I would like to monitor an sqlite file for changes over the boundary of a process. The function sqlite3_update_hook appeared promising however appears to only apply to changes made within the same process. Since the file for SQLite is specified I could be able to monitor it using g_file_monitor_file (http://library.gnome.org/devel/gio/unstable/GFile.html#g-file-monitor-file) or another file monitoring solution. This solution however seems crude. Would anyone on this list have a more appropriate solution?
Dan Saul _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users