| DSN
How can I use my DSN? You have to put the following two lines of code in your script to create a database connection using DSN. Set myconn = Server.CreateObject("ADODB.Connection") myconn.open "dsn_name","","" NOTES: DSN should be registered. dsn_name = Use… |