I have a web site that is accessed by several programs and I keep getting an error..
This is the code that I am using and info from the hosting company. Can anyone tell me what the correct code is?? Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "DSN=db_scott_marlow_comPROVIDER=MSDASQL;" & _ "DRIVER={Microsoft Access Driver (*.mdb)};" & _ "DBQ=\db\go4export.mdb;" Info from the Hosting Company: DSN Requirements: 1) Domain Name : scott-marlow.com 2) DSN Prefix (your DSN will be called by prefix_domain_ext) db_scott-marlow_com 3) Database type (MS Access, MySQL, MS SQL) MS Access 4) Language you are using to connect to the database (ASP, ASP.NET, Cold Fusion, Cold Fusion MX) ASP 5) Database name (cAsE sEnSiTiVe) go4export.mdb