Sam Carleton <[EMAIL PROTECTED]> wrote: > I am working on a application that is currently access the SQLite > database via PHP that is running under Apache as a module. The > application also has a custom written Apache module written in C. Can > I access the the SQLite database from both PHP and the Apache module?
Yes, you can open multiple connections to the same database. Be prepared to handle concurrency-related errors. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users