At 03:14 PM 8/13/02 -0400, Don wrote:
>What is the difference between the 2 modules, Msql-Mysql-modules and
>DBD-mysql?

The Msql-Mysql modules are an old implementation of Perl access to MySQL, 
intended to be compatible with the even older Msql database engine.

The past 5 years have seen the development of DBI, a standard database 
interface between Perl and a great many database engines, of which MySQL is 
but one.

The Msql-Mysql modules are currently implemented as a compatibility layer 
on top of DBD::mysql.  They should work the same as the old 
modules.  Personally, never had any problems using the compatibility layer, 
while some of my code is going back to 1995 without any change.


Hope this helps.


Liz


---------------------------------------------------------------------
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