I tried to access db in SQL server. But I received the error: Server Undefined.
Here is my code:
var Conn = Server.CreateObject("ADODB.Connection"); //The error is identified to be on this line
Conn.Open("DSN=Test;UID=TestID;PWD=TestPWD");
var testSQL = "Select * from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.