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

-- 
Shooting yourself in the foot with Modula-2
After realizing that you can't actually accomplish anything in this
language, you shoot yourself in the head.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to