not storing correct value

vsc33

Member
Joined
Feb 11, 2008
Messages
5
Programming Experience
Beginner
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 is a fairly low-traffic area of the site, dedicated to discussions on unit testing etc, you may be better off asking in the SQL area of the site, or, if appropriate, the ADO.NET area.
 
Back
Top