in reply to Re: MSSQL, SP, Columns and datatypes
in thread MSSQL, SP, Columns and datatypes

thanks a lot Arunbear!

types works, but it gives me numbers only, I read DBI docs, and I found:
my @names = map { scalar $dbh->type_info($_)->{TYPE_NAME} } @{ $sth->{ +TYPE} };
which works perfectly. Thanks anyway for pointing me.