yesudoo
Programmer
- Apr 20, 2011
- 2
Hello,
I am banging my head against a brick wall with this.
I am using ASP - wanting to connect to a MySQL database using Microsoft.Jet.OLEDB.4.0.
This is the code I have - but am not able to make the connection with the database - what am I missing? Any help greatly appreciated!
--------
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=213.171.200.66;Jet OLEDB:System Database=test;User Id=testadmin;Password=testing17;"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open(sConnection)
--------
I am banging my head against a brick wall with this.
I am using ASP - wanting to connect to a MySQL database using Microsoft.Jet.OLEDB.4.0.
This is the code I have - but am not able to make the connection with the database - what am I missing? Any help greatly appreciated!
--------
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=213.171.200.66;Jet OLEDB:System Database=test;User Id=testadmin;Password=testing17;"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open(sConnection)
--------