williey
Technical User
- Jan 21, 2004
- 242
I was able to connected to SQL Server 2005 using DBI:ODBC with DSN. Can I use Windows Authentication with DBI:ODBC?
I had searched the forum but did not see any examples.
My connection strings are.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
I had searched the forum but did not see any examples.
My connection strings are.
Code:
#my $dbh = DBI->connect( "DBI:ODBC:$sql_dsn", "$user", "$pass")
# or die "Can't connect to SQL Server database: $DBI::errstr\n";
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.