StoneDragon
ISP
I am currently trying to attemt my first connection to MySQL on a RAQ 4 through ChilliSoft.
My current connection strin is as follows.
Set objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString="Driver={MySQL};" &_
"DBQ=\User\local\var\HotDrills"
objConn.Open
This gives me a driver not found error.
I have searched for the last 2 hours looking for more info on how to connect. I do not have permissions to install any type of ODBC software on the RAQ. Can someone help me?
Regards,
Stone_Dragon
My current connection strin is as follows.
Set objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString="Driver={MySQL};" &_
"DBQ=\User\local\var\HotDrills"
objConn.Open
This gives me a driver not found error.
I have searched for the last 2 hours looking for more info on how to connect. I do not have permissions to install any type of ODBC software on the RAQ. Can someone help me?
Regards,
Stone_Dragon