Subject | Re: [IBO] TIB_Query.FieldByName |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-08-31T08:06:59Z |
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
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