|
I have been developing software that uses SQLServer as a database. Please use the method I gave you above. Many of my database fields are of the Money type. This type is very easy to use. It is the same as Numeric (18/4). , Pay attention to two points when inserting values into the database: 1. Do not insert non-numeric characters into the position where the data type should be, 2. Do not insert values that exceed the range. If the problem still occurs, please find out if it is correct When you insert it, the position is incorrect, and the character is inserted into the value. In fact, Money is a numeric type, and other errors are impossible. If it still can’t be solved, please paste the text on your error dialog box. |
|