Forum Moderators: open
<%
ConnectionString="DRIVER=org.gjt.mm.mysql.Driver;URL={jdbc:mysql://127.0.0.1:3306/yourDBName};uid=username;pwd=yourMySQLpassword;"
set con = Server.CreateObject("ADODB.Connection")
con.open(ConnectionString)
%>
Found that HERE [kangaweb.com]
Sorry I can't help further, ASP is not my bag baby, if you ever do PHP & MySQL then I'm there ...
1) create a file with the file extension .udl on your hard disk. This can be a zero length text file.
2) Right click on the file in the Windows Explorer and select Properties from the menu.
3) There is a tab that will lead you through a series of dialogs for doing the connection.
4) Close all the dialogs.
5) Open the UDL file in Notepad. The string you want will be in the file.