Recent content by Wenuz

  1. W

    When a TOracleDataSet interprets field as a TIntegerField?

    Thank you for this solution, it works fine. Unfortunatelly I came across another but similar problem. There are situations in which I would like to specify the number of decimal characters kept in the field value. The sql is similar 'select 1.00 from dual'. Is it possible to edit this field in...
  2. W

    When a TOracleDataSet interprets field as a TIntegerField?

    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...
Back
Top