Hi,
My application has one main thread and other thread which is writing into SQLite Database.
I have opened the db at both locations(read only in main thread) without errors.
But, When I try to access DB thru main thread, it says "library routine called out of sequence" for all calls to sqlite_exec()
What can be the reason behind this ?
Thanks Sumit

