Hello there, I am facing one weird problem using SQLite. Many times I get an error "Library routine called out of sequence" while executing query "Create table SOURCEFEED (SOURCEFEED,STATUS) values ( "ABC",0)" , I'm not getting the reason behind this. Why am I getting this error? My application is a multithread application and executes query from a worker thread.
Let me know the possible solutions. Regards Ajay Sonawane

