in reply to
What is similar in mssql to $dbh->listfields($tbl) in mysql
You can also work with the
column_info
method of
DBI
.
Comment on
Re: What is similar in mssql to $dbh->listfields($tbl) in mysql
Download
Code
In Section
Seekers of Perl Wisdom