> > I will need to use the actual files to test for dependency (just as > > the dependency that can be used by GNU make) > > I don’t understand what that means. You want to use a makefile that checks > the mod date of the database?
Suppose A is a sqlite3 db file, B is some other file which is generated based on the content in A. When A is not changed, there is no need to change B, otherwise, B will need to be regenerated. In other words, B depends on A, and can be handled by tools dealing with dependencies (e.g., GNU Make, Scons). Many people replied to this thread suggesting not to directly use sqlite3, but access the sqlite3 database via a network interface. That will not be an option, as I don't think a network interface can be easily supported by those dependency checking tools like GNU Make. Does it make sense now? -- Regards, Peng _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users