Subject | Re: [IBO] Getting column reference from TIB_Cursor? |
---|---|
Author | Jason Wharton |
Post date | 2003-04-30T05:07:30Z |
Apparently you didn't try that exact code.
Go ahead and try, it should be the same.
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Go ahead and try, it should be the same.
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Joe Martinez" <joe@...>
To: "IB Objects" <IBObjects@yahoogroups.com>
Sent: Tuesday, April 29, 2003 9:49 PM
Subject: [IBO] Getting column reference from TIB_Cursor?
> What property or method do you use to retrieve a TIB_Column from a
> 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?
>
> -Joe