Trouble updating a SQL table with a dataset created in code.

EStallworth

Well-known member
Joined
Aug 14, 2006
Messages
75
Location
Destin, FL
Programming Experience
Beginner
I have created a dataset to accept data from a user. It is bound to a datagrid in order for the user to be able to see what information has been sent to the underlying DB. The trouble is that I receive an error message saying "error converting varchar to numeric" when I try to send it to the DB.
 

Attachments

Back
Top