mSQL1, mSQL2, and MySQL
Your database was set up using the same name as account name (login
name). All access to the database needs to use that name. Security
has been set up to ensure that only you have access to the database.
Perl Modules Installed
Access to both mSQL-1 and mSQL-2 database types are supported
using either Msql.pm (old interface) or DBD::mSQL.
Access to MySQL database types is supported using either Mysql.pm
(old interface) or using DBD::mySQL.
Getting More Information
Use "perldoc module_name" for complete documentation on the
module. The following modules may be of interest:
DBD::mSQL
Msql
Bundle::Msql
Bundle::Mysql
DBD::mysql
Mysql
Bundle::Msql1
DBD::mSQL1
Msql1
DBI
|