johnmc has asked for the wisdom of the Perl Monks concerning the following question:
$dbsrvr = server nameuse DBI; $dbh = DBI->connect('dbi:ODBC:'.$dbsrvr, $dbuser, $dbpass);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using trusted connection to MS SQL (blanks)
by tye (Sage) on Mar 11, 2008 at 19:57 UTC | |
|
Trusted connection to MS SQL using ODBC
by Narveson (Chaplain) on Mar 11, 2008 at 20:09 UTC | |
by jrmcc (Sexton) on Aug 06, 2008 at 14:08 UTC | |
|
Re: Using trusted connection to MS SQL
by jfroebe (Parson) on Mar 11, 2008 at 19:13 UTC |