SQLite User Forum

Is there a way to wait until the database is available?
Login
> Could you show the code that should be used at the SQL command level instead of the C level? 

The pragma is the only way to do it without from the console app. Setting it to the highest signed 32-bit value, like in your response to my deleted (and inaccurate) response, is the closest you can get with that app without writing and loading a custom C extension.