Subject | Re: [ib-support] isc_dsql_exec_immed2() |
---|---|
Author | Paul Reeves |
Post date | 2001-10-07T14:02:14Z |
C R Zamana wrote:
'select * from mytable' and then prepare it. Read XSQLDA.sqld to get the
number of columns in the result set.
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further
>If you are working at the API level it should be relatively simple. Do a
> Paul Beach wrote:
> > Lets be more accurate here...
>
> Ok, I understand.
>
> Do you have any idea about an workaround for this?
> I just want a simple value: number of columns of a table.
> Get such information by opening a cursor and fetching it
> and closing it is somewhat "overweight", I think.
>
'select * from mytable' and then prepare it. Read XSQLDA.sqld to get the
number of columns in the result set.
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further