Hi,
I am sure that you will be able to help me here.
I have my website hosted by webwiz host. I have a website and webwiz forum installed. It was running properly until today when suddenly i started getting message saying
Server Error in Forum Application
An error has occured while connecting to the database.
Please contact the forum administrator.
Support Error Code:- err_mySQL_db_connection
File Name:- common.asp
Error details:-
Provider
Catastrophic failure
This is the error on forum, and my asp application also gives the catastrophic failure error.
When i trace the line of codes in my application i was able to find a line of code.
Private Function connectDatabase() 'connects to the database and opens a connection.
sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER= " & dbhost & "; DATABASE= " & dbname & "; " &_
" UID= " & dbuser & ";PASSWORD=" & dbpassword
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open(sConnection) //this is the line that is throwing error
End Function
i am sure this is the server problem since all were working well before.
Waiting for the response soon.
Regards