Subject Re: [IBO] No fields after IBOQuery.Open
Author Tjerk Hellekamp
Thank you,
very elegant solution !

Tjerk

--- In IBObjects@y..., Svein Erling Tysvær
<svein.erling.tysvaer@k...> wrote:
> >Does anybody know of this problem ?
>
> No I don't, but there's simpler ways to get table information. When
I've
> needed field names, I've used a TIB_Cursor with a SELECT *
statement, and
> after preparing (no need to open) just used the
> TIB_Cursor.GetFieldNamesList method to populate a string list.
There should
> be similar methods or properties for getting other table
information.
>
> HTH,
> Set