Subject Re: [IBO] TIB_Query.FieldByName
Author Svein Erling Tysvær
Svein Petter,

if you just want to check if a field exist, you can use
FindField('SomeName') which returns a TIB_Column or nil if it doesn't
exist. There's probably other IBO ways to do it too, but FieldByName isn't
one of them.

HTH,
Svein Erling