B
Big Dave
I've been using Dreamweaver MX connecting to an IIS 6 server on
win2003. I've used an MS Access DB (2000 format) If I use server DNS,
I connect to my via ASP with out a problem. However, my ISP does not
support DNS connections, so I've been trying for a few days to get a
dns less connection work. This is the closes I've got:
Dim MM_ElimCaAspServer_STRING
MM_ElimCaAspServer_STRING = Connection = "Driver={Microsoft Access
Driver (*.mdb)}; DBQ=" + Server.MapPath("/assets/ElimDb/elimCan.mdb")
I can setup the connection and can test the Record set, it's OK Can
see the table data in the test in DW. But when I launch the page, I
get a http 500 error. And again, I had no problem with DNS in the
same environment.
Help!!
win2003. I've used an MS Access DB (2000 format) If I use server DNS,
I connect to my via ASP with out a problem. However, my ISP does not
support DNS connections, so I've been trying for a few days to get a
dns less connection work. This is the closes I've got:
Dim MM_ElimCaAspServer_STRING
MM_ElimCaAspServer_STRING = Connection = "Driver={Microsoft Access
Driver (*.mdb)}; DBQ=" + Server.MapPath("/assets/ElimDb/elimCan.mdb")
I can setup the connection and can test the Record set, it's OK Can
see the table data in the test in DW. But when I launch the page, I
get a http 500 error. And again, I had no problem with DNS in the
same environment.
Help!!