In article <[email protected]>, Gnarlodious <[email protected]> wrote: > >Every time I say something like: > >connection=sqlite3.connect(file) > >sqlite creates a new database file. Can this behavior be suppressed >through SQLite? Or am I forced to check for the file existing first?
Check first -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ import antigravity -- http://mail.python.org/mailman/listinfo/python-list
