Subject | Re: [IBO] Integer Field in Delphi |
---|---|
Author | Helen Borrie |
Post date | 2003-08-28T10:29:27Z |
At 11:01 AM 28/08/2003 +0100, Paul Hope wrote:
type integer - it will miss SmallInt and Numeric(18,0) - whereas a numeric
with SQLScale of zero can only be an integer type...
Helen
>Hi FabioYou can, but it will only work if the column is declared in the database as
>
>I think you can also use
>
>if cursor1.fields[0].SQLTypeSource='INTEGER'
type integer - it will miss SmallInt and Numeric(18,0) - whereas a numeric
with SQLScale of zero can only be an integer type...
Helen