Subject | Re: [IBO] Getting column reference from TIB_Cursor? |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-04-30T08:15:11Z |
At 21:49 29.04.2003 -0700, you wrote:
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
>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