Maxim Korobov
Member²
I'll use following settings in Session:
FloatPrecision = 0,
IntegerPrecision = -1
SmallintPrecision = -1
So all NUMBER fields in DB are interpreter as Float.
That's ok for all fields except one with "NUMBER(1) nullable default 0". On this field raised Delphi Exception "Type mismatch expected integer actual float (again)".
It's important there are no errors on other PC.
Any ideas?
FloatPrecision = 0,
IntegerPrecision = -1
SmallintPrecision = -1
So all NUMBER fields in DB are interpreter as Float.
That's ok for all fields except one with "NUMBER(1) nullable default 0". On this field raised Delphi Exception "Type mismatch expected integer actual float (again)".
It's important there are no errors on other PC.
Any ideas?