Group: StrataFrame Users
Posts: 5,
Visits: 543
|
I have found the DDT Import database structure converted all my numeric data types to "int". It imported decimal types properly but not numeric. For example, the DDT import for numeric(10,2) shows the data type as "Int" but the detail shows Size: 9, Precision: 10, Scale: 2 as for a numeric data type. The import was from an SQL 2005 database.
|