There are 2 possibilities:
1. You can use TOracleQuery.StringFieldsOnly or TOracleDataSet.StringFieldsOnly. Now all number and date fields will be fetched as strings, with full precision.
2. Set TOracleSession.Preferences.MaxFloatPrecision to 15 (for example). Now all numbers with more than 15 digits precision will be represented as strings, again with full precision.
------------------
Marco Kalter
Allround Automations