ASP and mySQL

  • Thread starter Thread starter Tom Gahagan
  • Start date Start date
Hi,

Would anyone be able to write an example script for me to
connect to a mysql database table using asp code? It
would really really help me out. I have been trying for
a while and have not been able to write a working script.
This is one of the connections i tried...

Dim objConn
Set objConn = Server.CreateObject
("ADODB.Connection")
objConn.ConnectionString= "DRIVER=
{MySQL};DATABASE=uwpcirclek_org;SERVER=216.93.174.44;UID=a
000062b;PWD=uwpcirclek"

objConn.Open

Thanks,

Matt
 
Back
Top