Hi there,
I've been running a small website without any major problems for quite a while now. I created it using Dreamweaver, generating ASP pages with Javascript.
The site has been on hold for a while and in the meantime I had switched to Vista on my computer. Then I also upgraded to Dreamweaver CS5 and started editing some pages again. I didn't get this to work properly and therefore uninstalled DCS5 and switched back to CS4. Now I am getting connection problems that I have not managed to solve.
On my local computer I use a n ODBC Data Source for the connection and the system DSN is still perfectly fine as it has been defined through the Control Panel, which is linked to the Microsoft Access database I am using.
The index.asp file of the website at the moment generates this error:
"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified "
referring to the code line in index.asp that contains:
<%
rcActiveUser.ActiveConnection = MM_gcit_STRING;
%>
A few lines up from this in index.asp the connection file has been included:
<!--#include file="Connections/gcit.asp" -->
This connection file contains:
<%
var MM_gcit_STRING = "dsn=DBGCIT"
%>
Locally things are working ok and the connection tests in Dreamweaver are affermative too.
Obviously locally the DNS is recognized, but remotely the coreresponding information is not available. And frankly I don't know where this should be coming from.
I hope someone can point me in the right direction. If I need to include more information, please let me know.
Thanks in advance!
Katja
I've been running a small website without any major problems for quite a while now. I created it using Dreamweaver, generating ASP pages with Javascript.
The site has been on hold for a while and in the meantime I had switched to Vista on my computer. Then I also upgraded to Dreamweaver CS5 and started editing some pages again. I didn't get this to work properly and therefore uninstalled DCS5 and switched back to CS4. Now I am getting connection problems that I have not managed to solve.
On my local computer I use a n ODBC Data Source for the connection and the system DSN is still perfectly fine as it has been defined through the Control Panel, which is linked to the Microsoft Access database I am using.
The index.asp file of the website at the moment generates this error:
"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified "
referring to the code line in index.asp that contains:
<%
rcActiveUser.ActiveConnection = MM_gcit_STRING;
%>
A few lines up from this in index.asp the connection file has been included:
<!--#include file="Connections/gcit.asp" -->
This connection file contains:
<%
var MM_gcit_STRING = "dsn=DBGCIT"
%>
Locally things are working ok and the connection tests in Dreamweaver are affermative too.
Obviously locally the DNS is recognized, but remotely the coreresponding information is not available. And frankly I don't know where this should be coming from.
I hope someone can point me in the right direction. If I need to include more information, please let me know.
Thanks in advance!
Katja