On 29 Feb 2012, at 6:07pm, Rob Richardson <[email protected]> wrote:

> IIRC, there's a connection string option that will choose between creating an 
> empty database and throwing an exception if you try opening a database that 
> doesn't exist.

Arguments to sqlite3_open_v2():

http://sqlite.org/c3ref/open.html

But further down the same page you'll see a 'mode' string which can be used the 
same way.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to