G
Guest
Hi;
I have a case where I have a select and I need to get the column names the
select will return. If the select will return a row I can just run the
select. But it is possible for there to be no rows and I still need the
column names. In this case Execute will return a DbDataReader with 0 rows and
I can't use GetName().
Any ideas?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I have a case where I have a select and I need to get the column names the
select will return. If the select will return a row I can just run the
select. But it is possible for there to be no rows and I still need the
column names. In this case Execute will return a DbDataReader with 0 rows and
I can't use GetName().
Any ideas?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm