|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Re: DBI driver name from database handleby liz (Monsignor) |
| on Oct 20, 2003 at 15:17 UTC ( #300615=note: print w/ replies, xml ) | Need Help?? |
|
$dbh->{Name} gives me the name of the database, rather than the database driver. 3dan's way seems to be the correct one $dbh->{Driver}{Name}. Of course, when you try to do a each on the $dbh object, you don't get a listing of the possible values. Too bad. Liz
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||