Delphi XE2 with SP4
IBDAC 4.1.5
I am unable to access data from BCD fields when I use a ClientDataSet and set the EnableBCD option to true on the IBCConnection.
I have set up the following simple example
With a blank project, and a main form, drop a IBCConnection, IBCQuery, ClientDataSet, Datasource, and a TDBGrid on to it
Set the IBCConnection database to the one that comes with Firebird, Employee.fdb
Set IBCQuery SQL to Select * from Department, and Open the ClientDataSet.
The amounts for Budget field show correctly, but as Floats.
When I set IBCConnection EnableBCD option to true, the amounts are now all zero.
How can I access the Budget field as BCD data with a ClientDataSet, or, is this functionality not supported.
Thanks for any help
ClientDataSets and BCD
-
AndreyZ
-
AndreyZ
Re: ClientDataSets and BCD
We have fixed this problem. This fix will be included in the next IBDAC build.