Hi All,

Is there a function/context variable to get the column count for a select
result-set in a stored procedure?
If I execute the following queries

select id from test;
select id,name from test;

the desired function/context variable should return column count as 1 and 2
respectively.

I want to avoid parsing the query on my own to determine the column count.
Any suggestions?

Thanks
Ajay
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to