Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unrecognized error in CDBException

Status
Not open for further replies.

siftach

Programmer
Joined
Jul 22, 2003
Messages
78
Location
IL
One of my programs throws a CDBException on GetFieldValue (CRecordset). I catch the error, but the thrown CDBException does not have any information about that error, and the error code is 100, which is not defined anywhere in afxdb.h. How can I find the problem that caused this throw?
 
hi,
100 seems to be a standard error (no db).
Is your RecordSet definition allineed with the actual DB fields ?
bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top