Connect til MySql database med ASP
HejJeg har problem med at få adgang til min Mysql database, jeg bruger følgende connection:
<%
sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=mysql7.unoeuro.com; DATABASE=database; UID=brugernavn; PASSWORD=password; OPTION=3"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open(sConnection)
%>
den giver følgende fejl:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/mysql_connect.asp, line 6
nogle som lige ved hvad der kan være galt??