G
Guest
Can anyone tell me why I am getting this error?
Dim dr1 As DataRow = das2.Tables(0).Rows.Find("Baltimore")
dr1("[1]") = ascore
Try
dap2.Update(das2, "teamscores")
Catch
MsgBox(Err.Number)
MsgBox(Err.Description)
End Try
An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: Input string was not in a correct format.
Dim dr1 As DataRow = das2.Tables(0).Rows.Find("Baltimore")
dr1("[1]") = ascore
Try
dap2.Update(das2, "teamscores")
Catch
MsgBox(Err.Number)
MsgBox(Err.Description)
End Try
An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: Input string was not in a correct format.