Error generating SQL schema with decimal(38,16)
Posted: Fri 26 Aug 2011 08:29
Generating SQL schema from EDMX designer using your devart TT, we get the following error:
The SSDL generated by the activity called ‘CsdlToSsdlAndMslActivity’ is not valid and has the following errors:
Precision ‘38’ is not valid. Precision must be between ‘1’ and ‘29’ for ‘decimal’ type.
I set a decimal field type with 38 precision and 19 scale. I have no errors generating SQL schema for SQL Server.
If I try to manually create a table on Oracle using NUMBER(38,19) as type, I have no errors, so I think there is a problem with your field type validation.
Can you help me?
The SSDL generated by the activity called ‘CsdlToSsdlAndMslActivity’ is not valid and has the following errors:
Precision ‘38’ is not valid. Precision must be between ‘1’ and ‘29’ for ‘decimal’ type.
I set a decimal field type with 38 precision and 19 scale. I have no errors generating SQL schema for SQL Server.
If I try to manually create a table on Oracle using NUMBER(38,19) as type, I have no errors, so I think there is a problem with your field type validation.
Can you help me?