Hi,
I've got a strange situation here:
If I create a persisting field (in TOracleDataset) based on
SELECT FROM
I get an TIntegerField. So far so good.
If I change the SQL statement into
SELECT 1 AS FROM
and re-open the dataset, I get an error like: Type mismatch for field '', expecting: Integer actual: Float.
It seems like fixed values (needed in unions and stuff) are always seen as floats?
Any solution to this?
I really need persistent fields and fixed numbers in this case.
Thanks!
I've got a strange situation here:
If I create a persisting field (in TOracleDataset) based on
SELECT FROM
I get an TIntegerField. So far so good.
If I change the SQL statement into
SELECT 1 AS FROM
and re-open the dataset, I get an error like: Type mismatch for field '', expecting: Integer actual: Float.
It seems like fixed values (needed in unions and stuff) are always seen as floats?
Any solution to this?
I really need persistent fields and fixed numbers in this case.
Thanks!