hi am getting the following error when I try open my application. everything was ok and nothing has been installed. it just stopped working one day.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ssi/login/profile.asp, line 669
Line 669 is con1.Open Application("dcon") & "DATABASE=;"
dcon= "PROVIDER=SQLOLEDB;" & _
"DATA SOURCE=;DATABASE=;" & _
"UID=;PWD="
I have tried to change the dcon variable according to various suggestiong I found on the net to no avail.