Greetings!

 

I am starting two threads in quick succession that read the same table.
Each thread calls sqlite3_open(), so they are using separate database
pointers.  The first thread asks for records recorded in the last 24
hours.  The second thread asks for records from the same table recorded
in the previous 24 hours.   The second thread is probably started only a
few milliseconds after the first one.  I am getting an access violation
inside sqlite3.dll when the second thread calls sqlite3_prepare().  Am I
trying to do something I shouldn't?

 

Thanks very much!

 

Rob Richardson

Rad-Con, Inc.

Reply via email to