michaelsims
12-13-2006, 09:53 AM
I migrated my website over from another host and I now get the error messages:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/Default.asp, line 28
which means I have to change the logon strings in the /connections/ files? Right?
Well here is some sample code that seems to be pretty consistient with the 3 files I have in the connections section:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_nextchicago_STRING
MM_nextchicago_STRING = "dsn=nextchicago;uid=XXXX;pwd=XXXXXXXX;"
%>
<%
what should the new code be written as?
Post Edited By Moderator (Joel Thoms) : 12/13/2006 10:44:54 PM GMT
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/Default.asp, line 28
which means I have to change the logon strings in the /connections/ files? Right?
Well here is some sample code that seems to be pretty consistient with the 3 files I have in the connections section:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_nextchicago_STRING
MM_nextchicago_STRING = "dsn=nextchicago;uid=XXXX;pwd=XXXXXXXX;"
%>
<%
what should the new code be written as?
Post Edited By Moderator (Joel Thoms) : 12/13/2006 10:44:54 PM GMT