I am trying to send a number entered into a textbox to a SQL database
through a new tableadapter row. The field in the database is data type
Decimal(10, 4). The Database will accept every other column input for
the row, but it will not accept numbers longer than 4 digits. What am
I doing wrong?