Re: [sqlite] create database file at runtime

2005-09-14 Thread Nemanja Corlija
On 9/14/05, Mark Wyszomierski <[EMAIL PROTECTED]> wrote: > Hi everyone, > Two quick questions: > 1) Is there anything special the supplied sqlite3.exe does to create a > database file. I want to programatically create a database file at runtime, > so can I just create an empty xxx.db file, and

[sqlite] create database file at runtime

2005-09-14 Thread Mark Wyszomierski
Hi everyone, Two quick questions: 1) Is there anything special the supplied sqlite3.exe does to create a database file. I want to programatically create a database file at runtime, so can I just create an empty xxx.db file, and go ahead with create table statements to populate it? The