Currently I am using the following method to connect to my DB in ASP. I want to now use a DSN that has been created on my server called "MyWeb" how would my string look using this DSN?
cn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\Final.mdb;Persist Security Info=False"