Parameter <IntegerPrecision> not working
Posted: Thu 07 Feb 2008 15:35
Hi,
all of our tables have an ID-field
ID NUMBER(10,0)
if i want to fire a simple SQLDataset (select * from tablename)
-persistent fields- i get an error
"...expected integer found float ...."
We use the TCRSQLConnection component and the following
parameters in the dbxconnections.ini
...
IntegerPrecision=10
EnableBCD=False
...
Today i'v updated to version 4.20.6. with version 3.20.9 everything was ok.
Delphi 7 ENT
Thomas
all of our tables have an ID-field
ID NUMBER(10,0)
if i want to fire a simple SQLDataset (select * from tablename)
-persistent fields- i get an error
"...expected integer found float ...."
We use the TCRSQLConnection component and the following
parameters in the dbxconnections.ini
...
IntegerPrecision=10
EnableBCD=False
...
Today i'v updated to version 4.20.6. with version 3.20.9 everything was ok.
Delphi 7 ENT
Thomas