Recent content by Lasse A. Koskinen

  1. L

    Rounding of large numbers

    I am testing the limits of my application and found that Direct Oracle Access rounds very large numbers although SQL+ shows them as they were entered (without any rounding). This is clearly due to the fact the number datatype is converted to a double precision floating point value. Do you have...
  2. L

    Rounding of large numbers

    I am testing the limits of my application and found that Direct Oracle Access rounds very large numbers although SQL+ shows them as they were entered (without any rounding). This is clearly due to the fact the number datatype is converted to a double precision floating point value. Do you have...
  3. L

    Invalid Column Name

    I have a very weird problem with TOracleDataset (3.4.2 - 3.4.6.1): 1. An application is working fine with more than three Oracle Database instances. 2. For the new instance (exactly the same db structure), the program gives "ORA-00904: invalid column name" errors when opening TOracleDataset. 3...
Back
Top