I am writing a database and need to post a value in a lable to a sql field.
the sql datatype is set to money.
when posting i have
CMD.Parameters.addwithValue("@Claim", LBCLAIM.text)
when posting i gett an error
cannot convert a char vaule to money. the char vaule has incorrect syntax.
please help