i'm editing a vb.net program.
i add some fields but when i execute an update i receive the message

"implicit conversion data type nvarchar to money. Use convert in the statement"

i'm using a dataset and its update command. i alredy check the parameters and their datatypes and everything looks fine!

what could it be????