My isp requires all databases to be located in one folder called databases.
Currently my asp pages have this
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "A3736_teamblcZip"
What do I have to do to set-up my new files to connect to this database?
Thank you
Gregg