MiRaGe 508 has asked for the wisdom of the Perl Monks concerning the following question:
$dbh = DBI->connect("dbi:ADO:$database",$user, $password); || die "Cannot connect: $DBI::errstr\n" unless $dbh return; $dbh->disconnect();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Connection to a MSSQL Database
by Moonie (Friar) on Jan 13, 2002 at 07:37 UTC | |
|
Re: Connection to a MSSQL Database
by simon.proctor (Vicar) on Jan 13, 2002 at 19:41 UTC | |
|
Re: Connection to a MSSQL Database
by grep (Monsignor) on Jan 13, 2002 at 07:11 UTC | |
by IlyaM (Parson) on Jan 13, 2002 at 07:17 UTC | |
|
Re: Connection to a MSSQL Database
by MiRaGe 508 (Novice) on Jan 13, 2002 at 09:49 UTC | |
|
Re: Connection to a MSSQL Database
by MiRaGe 508 (Novice) on Jan 13, 2002 at 10:02 UTC | |
|
Re: Connection to a MSSQL Database
by MiRaGe 508 (Novice) on Jan 14, 2002 at 00:39 UTC |