Hello Jack,

I do it, and it works fine.
There are a lot of comments about multi-threading in this mailing list and the documentation. As long as you do not share a database handle (return of sqlite3_open) between threads
(see http://www.sqlite.org/capi3ref.html#sqlite3_open), you will be fine.

Martin

jack wu schrieb:

the compilation went fine, but i 'd like to double
check to see if that's allowed. as i understand sqlite
is a single thread program. but my main program is
multi-threaded, i have to use the /MTd option. Thanks.

jack.

Reply via email to