SQL Server Numeric(28,12) --> Float?
Posted: Fri 18 Dec 2009 16:45
i try and evaluate your product and
i want to migrate from ADO.
I use SQL server 2008
for field with DataType Numeric(28,12)
in ADO recognized TBCDField
but in TUniQuery recognized to float
if i set EnabledFMTBCD property True,
TUniQuery recognized to TFMTBCDField
so get error
Type mismatch for field '' expecting: BCD actual: TFMTBCDField
How to solve this?
i want to keep TBCDField
Any mapping tool/property to maping datatype?
Thanks
Sorry for my English
i want to migrate from ADO.
I use SQL server 2008
for field with DataType Numeric(28,12)
in ADO recognized TBCDField
but in TUniQuery recognized to float
if i set EnabledFMTBCD property True,
TUniQuery recognized to TFMTBCDField
so get error
Type mismatch for field '' expecting: BCD actual: TFMTBCDField
How to solve this?
i want to keep TBCDField
Any mapping tool/property to maping datatype?
Thanks
Sorry for my English