Is there a way to get a list of connections that are opened on a particular SQLite database file?
Our software uses SQLite to save our data and we want to warn a user who opens a file that is already opened by another user. I tried a homebrewed approach (keep a table of open connections manually), but ran into a couple places where that won't work. Any help would be greatly appreciated! doug _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users