I have a vb.net application talking to a sql database, when I try to add data to the database I get a arithmetic overflow error.
What is the easiest way to find the cause of Arithmetic overflow error converting int to data type numeric.
It occurs when i run
Me.VsrDataTableAdapter.Update(Me.EquinexMasterSqlDataSet.VsrData)
Thanks
What is the easiest way to find the cause of Arithmetic overflow error converting int to data type numeric.
It occurs when i run
Me.VsrDataTableAdapter.Update(Me.EquinexMasterSqlDataSet.VsrData)
Thanks
Last edited: