This message should be returned with a Status code from the ODBC driver
of SQL_SUCCESS_WITH_INFO. If you get this, just loop & process the
next record, just as if you received a SQL_SUCCESS status code.
Of course, if you can find the source of the problem and correct it,
this could be a simple indicator of bad data. Locate the bad record
and fix the data field that is out of range.
Goldstar Software Inc.
Pervasive-based Products, Training & Services
Bill Bach
BillBach (AT) goldstarsoftware (DOT) com
http://www.goldstarsoftware.com
*** Chicago: Pervasive Service & Support Class - 07/2006 ***
John C. Frickson wrote:
Quote:
While reading from a table using ODBC, I get a "Numeric value out of
range" error. At that point, I can't read any more records. Is there
any way I can get past this error and continue reading?
Thanks!
jcf |