jie zhang writes:
 > Hi,
 > 
 > I am writing a script which constructs dynamic query.  I can't hard code
 > column names.
 > e.g. select * from $table;   Is it possible to print out column names
 > from database through dbi ?

Look at the "NAME" statement handle attribute in the DBI manual.

Michael
-- 
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
[EMAIL PROTECTED] - [EMAIL PROTECTED]
International Sybase User Group - http://www.isug.com

Reply via email to