Hi,
I've got a strange situation here:
If I create a persisting field (in TOracleDataset) based on
SELECT FROM [TABLE]
I get an TIntegerField. So far so good.
If I change the SQL statement into
SELECT 1 AS FROM [TABLE]
and re-open the dataset, I get an error like: Type mismatch for field ''...