We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

savageideas on 08/21/06


Tagged

database ASP connection dsn


Versions (?)


Database Connection String (Using a DSN)


Published in: ASP 


URL: www.savageideas.com

  1. <%
  2. 'Open the database connection
  3. Set objConn = Server.CreateObject("ADODB.Connection")
  4. objConn.Open "DSN=dsn_name;UID= ;PWD= "
  5. %>

Report this snippet 

You need to login to post a comment.