"Marvin K. Bellamy" <[EMAIL PROTECTED]> wrote:
> Is there a safe way to open a database on Windows by passing in a file 
> HANDLE instead of a file path?
> 

No.  SQLite must know the name of the file so that it can
create a rollback journal with a name that is based on the
database filename.  The rollback journal filename must be
computable from the database filename so that other applications
can locate the rollback journal in order to rollback uncommitted
changes the first time the database is opened following a crash.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to