"Jef Driesen" <[EMAIL PROTECTED]> wrote: > > I did. sqlite3_close is called automatically for SQLITE_NOMEM, but not for > other cases. So I guess sqlite3_close is still needed. But then it shouldn't > return an error, or am I wrong? >
I don't think any error other than SQLITE_NOMEM is possible for sqlite3_open(). Are you seeing some other kind of error come up? -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

