I usually don't care about the DATA_TYPE (the code), the TYPE_NAME (database specific data type name) has been more useful.use Data::Dumper qw(Dumper); my $col_names = $sth_column_info->{NAME_uc}; my %row; $sth->bind_columns(\@row{@$col_names}); while ($sth_column_info->fetch) { print Dumper \%row; }
In reply to Re: DBI: interpreting column_info()
by runrig
in thread DBI: interpreting column_info()
by ibm1620
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |