2008/5/14 dimaofman <[EMAIL PROTECTED]>: > I have tried with version 43 and 47 native and pure. All produce the > same results. No exception is thrown and the non-existent file is > created. Is this the expected behavior for the driver?
Yes. This is the expected behaviour. JDBC provides no interface with which one could create a database file (and fair enough), so it is done automatically if it doesn't exist. If this bothers you, I suggest you run a File.exists() before opening the connection. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
