in reply to Using Perl to connect using trusted connection
my $dbh = DBI->connect('dbi:ODBC:Test',undef,undef, { RaiseError => 1 + });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Perl to connect using trusted connection
by Fuism (Beadle) on Sep 13, 2004 at 17:22 UTC |