On 6/24/05, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > Why are you asking for the error code when you already know there was no > error? > ( this statement: "If Not rc=SQLITE_OK" tells you there was no error )
I added the line as a second opinion to make sure it happened with all other functions. > Are you correctly storing the database handle and passing it to > subsequent functions? (db) Apparently not. The sqlite3_open function was OK, but all the others weren't - I thought it was the other way around. I sent the email to the list, went to bed, then when I woke up I knew what was wrong. Sorry for the trouble. On the other hand, perhaps I should announce that BlitzMax now supports SQLite! :) Cheers James