meenakshidhar
Programmer
hi all,
i m getting this error while connecting ASp with Mysql
---------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
---------------
my connection string is
<%
Set pConn = Server.CreateObject("ADODB.Connection")
pConn.open "driver={MySQL};uid=username;pwd=pass;database=db_name;server=ipaddress"
%>
i m getting this error while connecting ASp with Mysql
---------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
---------------
my connection string is
<%
Set pConn = Server.CreateObject("ADODB.Connection")
pConn.open "driver={MySQL};uid=username;pwd=pass;database=db_name;server=ipaddress"
%>