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