Posts by Fabio • 1 point
1 post
-
0
votes1
answer202
viewsA: Error saving monetary values in Mysql database
The code below is not so elegant, but I think it helps: string ammount = (textBox2.Text).Replace (",","."); and I enter the value as string. When the value is passed to the sql statement: string…