Click to See Complete Forum and Search --> : Can I use ADO within my worker thread ? help !


Mike X
July 22nd, 2000, 12:20 AM
can i use ADO object within my worker thread(create by AfxBeginThread)?
who can help me ?

ADO Object:
_ConnectionPtr m_pConnection;
_RecordsetPtr m_pRecordset;

hello

ANPozdnyakov
October 19th, 2000, 08:12 AM
You must calling CoInitialize(NULL) for each thread.