in reply to Using Perl to connect using trusted connection
my $DSN = "driver={SQL Server};Server=$server;database=$database;Trust +ed_Connection=yes"; my $dbh = DBI->connect("dbi:ODBC:$DSN") || die "Error: $DBI::errstr";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Perl to connect using trusted connection
by Fuism (Beadle) on Sep 14, 2004 at 16:31 UTC | |
|
Re^2: Using Perl to connect using trusted connection
by dev2dev (Initiate) on Apr 15, 2010 at 07:22 UTC |