Subject | Re: [IBO] Getting column reference from TIB_Cursor? |
---|---|
Author | Helen Borrie |
Post date | 2003-04-30T05:25:37Z |
At 09:49 PM 29/04/2003 -0700, you wrote:
causes the dataset to be prepared, if it is not already; with Fields[n] you
need to test and, if necessary, call Prepare before trying to access the
column.
Helen
>What property or method do you use to retrieve a TIB_Column from aThe same - but only if the dataset is prepared. The FieldByName method
>TIB_Cursor, by index, rather than by name?
>
>For instance, Let's say, I want to get a pointer to the TIB_Column that
>represents the first column in the data set. With TIBO_Query, I'd use:
>
>MyQuery->Fields->Fields[0]
>
>What is the equivalent in TIB_Cursor?
causes the dataset to be prepared, if it is not already; with Fields[n] you
need to test and, if necessary, call Prepare before trying to access the
column.
Helen