I have a TOracleDataSet with SQL that pulls a NUMBER(6) field. Normally, I would create a fielddef of type TIntegerField. However, if my SQL contains a UNION, it generates an error that it is expecting a TFloatField.
If I then change it to a TFloatField, even though it is still a NUMBER(6) it will work.
This seems inconsistant. Should it matter if my SQL contains a UNION or not ?
If I then change it to a TFloatField, even though it is still a NUMBER(6) it will work.
This seems inconsistant. Should it matter if my SQL contains a UNION or not ?