Subject | Re: [IBO] Is there an alternative to FieldByName? |
---|---|
Author | Heri |
Post date | 2002-03-23T20:49:26Z |
> IB_Query1.FieldByName('FIELDx').AsString to reference the FIELDxMaybe a string constant would do the trick?
>
> If you don't write correctly FIELDx, in compilation time seems it
> works good, but in execution time you get an error, or you don't get
> the good information.
const
// field names:
csFieldx = 'FIELDx';
Heri