in reply to MSSQL, SP, Columns and datatypes
ormy @col_names = keys %{$sth->fetchrow_hashref};
For types trymy @col_names = @{$sth->{NAME}};
my @col_types = @{$sth->{TYPE}};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MSSQL, SP, Columns and datatypes
by 2ge (Scribe) on Nov 08, 2004 at 15:17 UTC |