I need a Field to be of type otInteger. I have an SQL, eg.: 'select 1 from dual', and TDataSet treats field '1' as an otFloat type. When I force the integer type I get: "Type mismatch for field '1', expecting: Integer, actual: Float'.
Are there any properties or tricks I could set/use to get...