Platform: Window 2003 Server Enterprise Edition, VC 2005 , ODBC version
3.52, MDAC 2.8, MSAccess2000 database
Hello
In our multithreaded VC++ application, we are accessing certain tables
using
CRecordset (with dynaset properties set)
We are facing ODBC related error (for MS ACCESS database) i.e. "Dynamic
cursors not sup****ted by ODBC driver". Error comes randomly, during
opening
of a table. To open the tables we use command
CRecordset::Open( CRecordset::dynaset, strSQL, CRecordset::none ).
Can someone let me know what are the reasons for this particular
CDbException error to be thrown "AFX_SQL_ERROR_DYNAMIC_CURSOR_NOT_SUP****T"
Any pointers would be of great help.
Thanks and Regards
Ganga


|