Subject: | DBIC::Const::GetInfoType is not always required |
Hello,
I think "use DBI::Const::GetInfoType();" is not always required. Could
you load it in run-time?
<$name = $dbh->get_info(
$DBI::Const::GetInfoType::GetInfoType{SQL_DBMS_NAME} ) if $odbc;
Show quoted text
>if($odbc){
> require DBI::Const::GetInfoType;
> $name = $DBI::Const::GetInfoType::GetInfoType{SQL_DBMS_NAME};
>}
Regards,
--
Goro Fuji (gfx) GFUJI at CPAN.org