
November 14th, 2003, 11:13 AM
|
|
Registered User
|
|
Join Date: Nov 2003
Posts: 21
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
the error typically occurs when you are trying to pass a numeric value that is too large...
example, trying to pass 12345.67 into a numeric(4,2) would generate the error.
|