[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] ASP + mysql on RAQ4



Hi guys,

I'm having problems running my .asp site and
keep getting error as below. how do i install
the specified driver?

ADODB.Connection.1 error '80004005'
SQLState: IM003
Native Error Code: 80
Specified driver could not be loaded


/student.asp, line 6


This is the codes:

<%
Dim ConnString, Conn
'ConnString = "Driver={MySQL ODBC 3.51
Driver};SERVER=[ems.com];DATABASE=[ems];UID=[ems4you];PASSWORD=[xxx]"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Driver={MySQL ODBC 3.51
Driver};SERVER=ems.com;DATABASE=db.ems4you;UID=ems4you;PASSWORD=xxx"
%>

Please advise.

Thanks.

Bryan