in reply to Re: DBI driver name from database handle
in thread DBI driver name from database handle

$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