Answered
ODBC error 80004005 on server
When I run my site on my local server no problem, when run it
a www.comeseeitaly.com (pick any lanugage) get the following.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/home.asp, line 15
Line 15 is "Menu.ActiveConnection = MM_access_adventure_STRING"
which is calling my connection page "access_adventure.asp" which has the following
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_access_adventure_STRING
MM_access_adventure_STRING = "dsn=access_adventure;"
%>
I have called Godaddy about 5 times and all the guys can say is "script error" like little robots. I asked them why they think this and they say look it points to line 15 in the error code ... Everything I have found on the web regarding this error normaly points to user permission errors on the users machine. As I said before, it runs fine on my local server.
any help would be great.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/home.asp, line 15
Line 15 is "Menu.ActiveConnection = MM_access_adventure_STRING"
which is calling my connection page "access_adventure.asp" which has the following
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_access_adventure_STRING
MM_access_adventure_STRING = "dsn=access_adventure;"
%>
I have called Godaddy about 5 times and all the guys can say is "script error" like little robots. I asked them why they think this and they say look it points to line 15 in the error code ... Everything I have found on the web regarding this error normaly points to user permission errors on the users machine. As I said before, it runs fine on my local server.
any help would be great.
