> It was Thursday, July 31, 2003 when Dan Muey took the soap > box, saying: > : If I do > : > : use DBI; > : my $dbh = DBI->connect('DBI:mysql:localhost','user','pass'); > : > : To connect to the mysql driver the package name is actually > DBI::db not DBI. > : > : My question is: is it always going to be DBI::db regardless > of the driver? > : I need ot know for some stuff I'm making that uses the name > space of $dbh object. > > Yep. > > Casey West
Thanks Casey! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]