odbc update fails
I am using odbcadapter to connect to
the MySql database and the update command
faises an exception if there's no change in
the datarow.
ie)
DataRow1 -> ID : 1 and Value : 'ABC'
If i change the Value field of DataRow1 to 'CBA'
it works fine but if I change it to 'ABC'(no change),
the update fails. Any idea?
Cheers
David
love never fails
|