Subject Re: [IBO] Integer Field in Delphi
Author Helen Borrie
At 11:01 AM 28/08/2003 +0100, Paul Hope wrote:
>Hi Fabio
>
>I think you can also use
>
>if cursor1.fields[0].SQLTypeSource='INTEGER'

You can, but it will only work if the column is declared in the database as
type integer - it will miss SmallInt and Numeric(18,0) - whereas a numeric
with SQLScale of zero can only be an integer type...

Helen