Persistent field - TIntegerField vs TFloatField from BDE to ODAC
Posted: Tue 12 Dec 2006 20:58
Our Oracle 8i database contains number(10) field that are consider in BDE like TIntegerField (BDE property "EnableInteger" is true). This kind of field generates persistents TIntegerField in ClientDataSet. We want to change BDE Queries to Odac queries, but Odac generates TFloatField for number(10). Is there any way to set something like "IntegerPrecision" on TOraSession ? I just need to tell ODAC that number lower than 10 is TIntegerField not TFloatField.
Tanks,
Tanks,