Hi all, I'm using SQLite to maintain a database that is used by several independent processes. One process is a 'viewer', and it is important that it always be presenting the latest data. Currently, I am using Linux's inotify feature to detect any changes to the file. This works fairly well, except it has no way of knowing which particular tables have changed. Is there some internal table-level timestamp or versioning that I could access?
Or will I need to create an auxiliary table that contains table timestamps? Is there another, more elegant possibility I'm not thinking of? Thanks in advance, John _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users