Re: [sqlite] sqlite3_open function

2007-08-11 Thread John Stanton
Perform an "access" or equivalent instruction before calling sqlite3_open. fred238 wrote: hello, Is there a way to not create a database while the db file is not found with the sqlite3_open function ? Why don't just create a create_table function instead of ? regards, fred.

Re: [sqlite] sqlite3_open function

2007-08-10 Thread fred238
, August 10, 2007 11:28 PM To: sqlite-users@sqlite.org Subject: [sqlite] sqlite3_open function hello, Is there a way to not create a database while the db file is not found with the sqlite3_open function ? Why don't just create a create_table function instead of ? regards, fred

RE: [sqlite] sqlite3_open function

2007-08-10 Thread Eric Pankoke
To: sqlite-users@sqlite.org Subject: [sqlite] sqlite3_open function hello, Is there a way to not create a database while the db file is not found with the sqlite3_open function ? Why don't just create a create_table function instead of ? regards, fred

[sqlite] sqlite3_open function

2007-08-10 Thread fred238
hello, Is there a way to not create a database while the db file is not found with the sqlite3_open function ? Why don't just create a create_table function instead of ? regards, fred. - To unsubscribe, send email