learner123
April 9th, 1999, 04:28 AM
Hello ,
I create a CDatabase object in thread1 , I open a connection to data base in thread1 , I create a Recordset in thread one using this database object , all is success.
I use the same database object in thread 2 , the connection was alreadu made in thread1 , I create a RecorSet object using this CDatabase in thread2 , I say
RecordSet.Open() it hangs .
WHy ?
What should I do , WHat is wrong ?
I create a CDatabase object in thread1 , I open a connection to data base in thread1 , I create a Recordset in thread one using this database object , all is success.
I use the same database object in thread 2 , the connection was alreadu made in thread1 , I create a RecorSet object using this CDatabase in thread2 , I say
RecordSet.Open() it hangs .
WHy ?
What should I do , WHat is wrong ?