| |
itan
Posts: 10
Score: 0
Joined: 5/31/2001
From: USA
Status: offline
|
I am trying to create a simple asp page connecting to an SQL Server Database. The web page lives on a separate web server (in house). I set up an ODBC DSN, tested connection successfully, but cannot get my ASP page to work. Here's the code I used: Dim oConn Set oConn=Server.CreateObject("Adodb.Connection") ' DSN CONNECTION WITH INTEGRATED SECURITY oConn.Open = "DSN=DCD_DSN" I also tried DSN-less and got the same problem. "Microsoft OLE DB Provider for SQL Server error '80040e4d' Login failed for user " Any guesses as to what I am missing? Many thanks!
|
|