Hi Matt...
Check out
www.connectionstrings.com they have mysql and a host of other
db's.
Hope this helps.
Tom Gahagan
"Matt Shudy" <(E-Mail Removed)> wrote in message
news:0a4b01c36204$02e10b40$(E-Mail Removed)...
> 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