sqlite3_open(filename, &db);
where filename is the name of the new file. In theory you should also be populating it with some SQL tables, but I don't know enough details of your application to write that code.
Clay
That's very much good enough thank you. Didn't realize that it would automaticly create a file if none was available, thank you!
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

