At Mon, 23 Sep 2002 22:35:03 -0500,
Paul DuBois wrote:
> DBI is useless without at least one driver for connecting to a specific
> database.
> 
> DBD::<vendor> is useless without DBI; Perl scripts don't communcate directly
> with DBD drivers. They communicate with DBI, which speaks to the database
> through the driver.
> 
> Haven't used Net::MySQL, so cannot comment on that.

Net::MySQL is a mysql client - server protocol implementation. It's
not recommended you use Net::MySQL directly, but should use
DBD::mysqlPP which is based on Net::MySQL. It allows you to connect to
mysql server from platforms where libmysql* is not ported.

http://search.cpan.org/dist/DBD-mysqlPP/


--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to