Posts by Matheus Castro • 13 points
2 posts
-
0
votes1
answer39
viewsA: Why is the dot replaced by a comma when sending the c# Sqlcommand to the database?
I just figured out how to solve the problem, I’ll share here maybe help someone else. var cmdText = ($@"INSERT INTO PESSOASERVICOPRESTADO (CODPESSOA, DESCRICAOSERVICO, VALORTOTAL, VALORPAGO, PAGO,…
c#answered Matheus Castro 13 -
-2
votes1
answer39
viewsQ: Why is the dot replaced by a comma when sending the c# Sqlcommand to the database?
Note that in the first image the value is still correct: 150.45 The problem is that when sending the command to the database the point is replaced by comma, in the second image I captured the…
c#asked Matheus Castro 13