Subject Re: [ib-support] Re: ODBC with BDE
Author Dimitry Sibiryakov
On 12 Jun 2002 at 20:03, andre_peron wrote:

>I discovered some thing. Delphi's "SCALE" field property shows -2. Is
>a ODBC (Firebird) bug?

It is definitely ODBC driver's bug.
-2 is a native IB scale. It means that returned integer value must
be multiplied by 10^-2. ODBC scale must be = -(IB scale).
XTG ODBC driver doesn't have this bug.

SY, Dimitry Sibiryakov.