cagatay ozpolat
Member
Hello;
I've set in my code the following properties as true :
OracleDataSet.OracleDictionary.DisplayFormats:=True;
OracleDataSet.OracleDictionary.RangeValues:=True;
But I can not see the values of Number(20) formatted colums as the following:
9007199254796474761 (Without , and E notation)
Instead It is look like:
9,00719925479647E18
How can I change this Scientific notation to normal only digits view format.
Thanks ..
Cagatay
I've set in my code the following properties as true :
OracleDataSet.OracleDictionary.DisplayFormats:=True;
OracleDataSet.OracleDictionary.RangeValues:=True;
But I can not see the values of Number(20) formatted colums as the following:
9007199254796474761 (Without , and E notation)
Instead It is look like:
9,00719925479647E18
How can I change this Scientific notation to normal only digits view format.
Thanks ..
Cagatay