The next question is that if I want to use multi-thread in sqlite, so I need to open same database for two times, right? ----- Original Message ----- From: "LuYanJun" <[EMAIL PROTECTED]> To: "sqlite-users sqlite.org" <sqlite-users@sqlite.org> Sent: Friday, January 19, 2007 10:53 AM Subject: [sqlite] does sqlite support mutil-thread be run in same database?
> Hi guys > does sqlite support mutil-thread be run in same database? because of I am > stuck in such below sqlite error message: > error number = 21 > error message = library routine called out of sequence > certainly, I get some useful hints from stuff about interface of SQLite, but > I am not sure that weather sqlite support multi-thread. > Tks in advance.