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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC exception in CRecordSet::GetFieldValue( ) numeric field

Status
Not open for further replies.

ahoodin7

Programmer
Jun 16, 2004
72
US
I am using a C++ program I want to use as 'middlewhere' for MySQL and Excell. I am using Excel as sort of a front end to my database.

I experience problems when I use a recordset's GetFieldValue() member function to Get Data from the Excel SpreadSheet into my C++ application.

I found an article in the Micro$oft Knowledge base (KB815277) about a similar case, but when I tried out what the article suggested, no avail. I also tried using the GetNumericFieldValue() fix in KB236786.

How do I fix the Numeric field Overflow errors/exceptions?

TIA,

ahoodin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top