Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: prae
  • Order by date
  1. prae

    Database connection error: Server Undefined

    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...
  2. prae

    asp connection object with javascript

    It's pretty similar to that of vbscript: cn.Close(); cn = null;

Part and Inventory Search

Back
Top