<% ConnectionString="Driver={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=mjandmike;UID=root;PASSWORD=;option=3" set con = Server.CreateObject("ADODB.Connection") con.open(ConnectionString) %>