Iker Arizmendi <[EMAIL PROTECTED]> wrote: > The FAQ makes clear that calling sqlite3_open from muliple > processes is safe if the database in question already exists. > However, is it safe to do so even if the database file > does _not_ exist? In other words, can multiple processes > safely compete to create a new database file? >
Yes. -- D. Richard Hipp <[EMAIL PROTECTED]>