Describe the feature
The field types in the table are Nullable(Decimal(50,15)).
When I use decimal in a structure, reading data from NullDecimal is no problem, but when writing, an error occurs stating 'converting string to Decimal (50,15) is unsupported'
Motivation
Related Issues
Describe the feature
The field types in the table are Nullable(Decimal(50,15)).
When I use decimal in a structure, reading data from NullDecimal is no problem, but when writing, an error occurs stating 'converting string to Decimal (50,15) is unsupported'
Motivation
Related Issues