Re: SQLite question

new topic     » goto parent     » topic index » view thread      » older message » newer message
petelomax said...

My guess would be you've done an sqlite_close(db) somewhere.

Thanks guys. There is only one close_db() in the program. It's in the quit_it procedure:

public procedure quit_it () 
if db then 
	sqlite_close(db) 
end if 
closeApp()	 
end procedure 
After closing the DB the application is closed immediately so it can't sneak by.
The other thing is that this doesn't always happen. Just often enough to be a nuisance.
Regards, jd

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu