Hi,

Why do I need to supply user name and password with DBI->connect() if I am
using DBD:ODBC? This information is already supplied in the DSN?

my $DSN="dbi:ODBC:sqlserver_dsn";
my $DBI_USER="Why do I need this?"
my $DBI_PASS="Why do I need this?"

$dbh=DBI->connect($DSN,$DBI_USER,$DBI_PASS);

Peter Levine
[EMAIL PROTECTED]
(415) 286-5716



Reply via email to