Yes it works fine. You may need to update the sqlite shared library and ensure that the library is built to use uri names.
You also might want to take a look at APSW which is anothet sqlite api wrapper that is more sqlite-like. It is not exactly dbi compatible though but is close enough to make most porting trivial. Sent from Samsung Mobile -------- Original message -------- From: James Vanns <[email protected]> Date: To: General Discussion of SQLite Database <[email protected]> Subject: [sqlite] sqlite3 Python interface _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

