Question
February 19, 2008 at 02:26 AM
shruti33

not storing correct value in sql server from a vb.net application

by shruti33 . Updated 18 years, 6 months ago

Hello,

I have a vb.net application that runs on a server. There are five client PC’s that are connected to the server and all the data is saved on the server from my vb.net application.

To add a record, two sql runs under Commit transaction. One runs an insert statement while the other updates a record.

However, I have noticed a error. The update statement has lot of other fields which are stored correctly, but sometimes (say one out of 100 record) it doesnt stores the correct value to a numeric field. This field is integer and the data is stored from a text box.

This is creating a lot of trouble in my application. Please help.

This discussion is locked

All Comments