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
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