This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Whenenver I carry out a query on a non-existing sqlite-database-file, a new, empty, sqlite-file is automatically created. Is there any possibility to avoid this? Thanks, Henning |
|
|
I believe there is a connection string option for this. According to http://www.connectionstrings.com/sqlite (and the SQLite.NET docs) the option to specify is FailIfMissing=True, though I haven't tested this; if it doesn't work I'd suggest asking on the SQLite.NET forums. |
|