B
Brenny
Hello
I'm developing a project by using access database and there is a
table(Table1) and it has a field(ml_mik) this is the decimal field.
I'm taking a value from windows form as a decimal variable(for example 12,3
or 12.3). After saving record, value(12,3 or 12.3) is saved as 123, not 12,3
or 12.3...
I'm using ADO.NET for processes in the database.
How can I accomplish this error? How can I save 12,3 value in the database?
Thanks for your helps.
I'm developing a project by using access database and there is a
table(Table1) and it has a field(ml_mik) this is the decimal field.
I'm taking a value from windows form as a decimal variable(for example 12,3
or 12.3). After saving record, value(12,3 or 12.3) is saved as 123, not 12,3
or 12.3...
I'm using ADO.NET for processes in the database.
How can I accomplish this error? How can I save 12,3 value in the database?
Thanks for your helps.