Skip to main content

All Questions

Tagged with
0 votes
1 answer
715 views

SQL Server Numeric, can create but not update using C#

Just a simple quick question, I'm using Microsoft SQL Server 2014 Express and now I have two functions to create a record and to update a record containing a numeric value. For some unknown reason I ...
Patrick's user avatar
  • 123
0 votes
2 answers
400 views

Numeric data type formatting after SqlDataReader

I've got another issue, I have a SQL Server database in which I insert data using SqlCommand, one of the columns is numeric, but when I read this column back with this code: zcena1.Text = precti....
Marek's user avatar
  • 3,595