MySQL Forums
Forum List  »  Connector/ODBC

Re: Bug #3028 error when updating a decimal, float or double field in .net
Posted by: Rodrigo Rueda
Date: February 03, 2005 01:12PM

Are you using recordsets?! Or UPDATE TABLE ABC (blah, blah) VALUES (XXX,YYY). This is what I mean by "write the SQL statement yourself"

Because I'm having trouble using recordsets:

rs("price") = singleVar
rs.update

The suggestion was:

rs("price") = cstr(singleVar)

But I don't know if it works...

Options: ReplyQuote


Subject
Written By
Posted
Re: Bug #3028 error when updating a decimal, float or double field in .net
February 03, 2005 01:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.