I'm trying to use Delphi XE10 Seattle connecting in DB2 database, using DBX and Firedac.
The connection is made successfully, but when I trying open queries selections in tables that have 'DECFLOAT' fields do not succeed.
Trying to open query:
In dbx message error is returned: "DBX Error: Unsupported filed type'.
In Firedac no message is displayed, but the value of DECFLOAT field's is always Null and DataType = ftString.
I did the same tests with XE7 registered version, and got the same results.
DB2 Version is 10.5 running in Windows OS.
Delphi's driver for DB2 database does not support DECFLOAT field?
Regards