Subject Re: [IBO] Unsupported Column Conversion
Author Jay
Don Gollahon wrote:

> I'm using IBOQuery and one of my fields keeps getting the error
> "Unsupported
> column conversion" after I enter a value and try to move off of the
> field.
> It is defined in IB as Numeric(9,2). I'm using a DBGrid to edit this
> table.
>
> IBO version is 3.6. Delphi 4. IB 6. Dialect 1.

I use the format DECIMAL ( 18, 2 ), which works fine.
I used to have trouble with numeric and D4, so I have changed things as
to only use double precision and/or decimal. I also use dialect 3 only.

Cheers

Johannes