Well my probs is that I have installed mysql and its work but now to problem I coding in asp and need a connection to the mysql
<%
strConnect = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source="& _
Server.MapPath("ops.mdl")
Set dbcon = Server.CreateObject("ADODB.Connection")
Set rs=Server.CreateObject("ADODB.recordset")
dbcon.open strConnect
%>
This you use for access databas but how do I do one for mysql ? someone have a answere pls answere
