Click to See Complete Forum and Search --> : how to deal with db and Thread?


btli
June 10th, 1999, 08:15 AM
I now Get into a trouble of Accessing a DB through multi_thread in one process.
who can tell me which db can be accessed(read and write) through multi_thread.
If can, your answer with some solution will be appricate!

yours Truly.

ric
June 11th, 1999, 05:51 AM
The Access drivers do not support multithreading, but however I have succeeded to put a call to the Jet Engine in a worker thread using AfxDaoInit() and AfxDaoTerm() and the end of the thread and at the end of my dialogs.
Microsoft SQL Server is fully multithreading.

I do not know what you are doing so I do not know what smaple to give you.