Hello!
I searched this forum and the internet without any solution, so I ask you as oracle experts:
In my application it is neccesarry to get the scale of numbers f.e. NUMBER(12,3) with 3 digits scale. I can access the precision of 12 in TDataset.FieldDefs[x].Precision but can not find any information about the 3 digits scale. Is there any way to get this information? And, by the way, why is TDataset.FieldDefs[x].Size = 0 ?? In my optinion, size should be 12 and precision 3 ...?
Thx
Moehre