I'd like to post database query results on a HTML page. I use Activestate Perl and DBI; my SQL server is SQL 2005, which I can only log in to using my NT authentication. My problem is with establishing a connection. Typically I use something like:

Code:
DBI->connect ("dbi:ODBC:driver=SQL Server;server=$server;database=$database")
I don't specify the username or password because it defaults to the trusted connection....