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
 

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

Similar Threads

server 8
Access, ASP and PHP, MySQL confussion 6
OT learning database.... 1
mysql or access 5
Upgrading from Access to mySQL 4
Linux / ASP? 8
Designing locally with FP2003 2
Connecting to MySQL 1

Back
Top