Does anyone know of a way to connect to this SQL server using Windows authentication only?my $dsn = "DRIVER=/usr/local/lib/libtdsodbc.so;SERVER=$host;DATABASE=$ +db;PORT=4433;UID=$usr;PWD=$pw;TDS_Version=8.0;"; my $dbh = DBI->connect('DBI:ODBC:'.$dsn) || die $DBI::errstr;
In reply to SQL Server 2000 DBI Authentication by tux402
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |