Published in: ASP
URL: www.savageideas.com
<% 'Open the database connection Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open "DSN=dsn_name;UID= ;PWD= " %>
You need to login to post a comment.
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.
savageideas on 08/21/06
Published in: ASP
URL: www.savageideas.com
<% 'Open the database connection Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open "DSN=dsn_name;UID= ;PWD= " %>
You need to login to post a comment.