ASP and mySQL

M

Matt Shudy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top