Subject Re: [IBO] Getting column reference from TIB_Cursor?
Author Svein Erling Tysvaer
At 21:49 29.04.2003 -0700, you wrote:
>MyQuery->Fields->Fields[0]

Using Delphi, I would simply have used

MyQuery.Fields[0].AsInteger

i.e. only one reference to Fields. But I don't know if C++ makes things a
bit more difficult requiring you to do this double referencing.

HTH,
Set