Does anybody have any idea what this message means?

  • Thread starter Thread starter James
  • Start date Start date
J

James

"The data value could not be converted for reasons other
than sign mismatch or data overflow. For example, the
data was corrupted in the data store but the row was
still retrievable."

I can't find this anywhere in MSDN, and the google search
I did didn't return anything useable.

I am useing and OleDb dataAdapter to update a table in a
Sybase ASA database. I have another adapter that does a
similar action on another table and it works fine.

There are only two minor wrinkles in what I'm doing, and
I don't think they are having any impact:

1) I am updateing based on the primary key for the table
(call this Column A), however my select command retrieves
based on an foreign key (Column B). I am not updating
either of these columns.

2)I am using a stored procedure with a bit and a long
varchar argument, amoung three others which are varchar
and an int which is the primary key. I tried taking the
bit and long varchar out and got the same error.

The only other thing I can say is that the code is
exactally what the "wizard" created, so I doubt it's a
typo or anything.

Thanks,
James
 
OK, well I would look at your data and/or data types. Can you run a
consistancy check on the database to ensure both its ingegrety and that the
data type contained are the same for all columns.

--
Regards - One Handed Man

Author : Fish .NET & Keep .NET

==============================
 
Back
Top