Hi all. I am running a IIS webserver and a separate MSSQL database. Could anyone please tell me what the connection string will look like to access a database on a separate server. This is what I have so far. $dbh = DBI->connect("DBI:ODBC:database name","username"); This is obviously to connect to the same machine though. Thanks folks Justin
- Re: Separate DB justin todd
- Re: Separate DB M.W. Koskamp
- Re: Separate DB Kenny Gatdula