[o_O]
03-12-2003, 10:53 PM
I can't seem to get asp to interact with mySQL on my local machine.
Her is what i used when i was using SQL Server
<%
connString = ("Provider=SQLOLEDB;Trusted_Connection=yes;Server=yama;Initial Catalog=product;")
Set connection = Server.CreateObject("ADODB.Connection")
%>
I've never had to enter a u:p or setup a DSN when using sql server with asp or mysql with php..
:confused:
Her is what i used when i was using SQL Server
<%
connString = ("Provider=SQLOLEDB;Trusted_Connection=yes;Server=yama;Initial Catalog=product;")
Set connection = Server.CreateObject("ADODB.Connection")
%>
I've never had to enter a u:p or setup a DSN when using sql server with asp or mysql with php..
:confused: