Hello
My Oracle table has many field of ftNumber with length set to 22.
However, actually all the data stored actually are of type Integer or LargeInt.
And after SQL, I will have many ftNumber type fields, naturally.
But since I want to draw some TChart, so I now need manually cast hundreds of them into Float type.
So is there any simply way to force ftNumber be returned as ftFloat?