All,

I've been hunting through the docs but not found anything useful.
What I want to do is find out what the DriverName is for a $dbh connection.
e.g. the $driver that DBI used to create the $dbh connection.
ideally a method like this is what I'm after:-

my $database_driver=$dbh->driver_name();

I can't find anything on the DBI::db class that DBI returns on a connect to
help with this.

Regards

Marty


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to