I am been programming ASP pages (server-side javascript) that connect to Access and MS SQL databases for some time. Now I have a client with an existing mysql database and they've asked me to develop a new site for them.

My Question: Can I access mysql databases using server-side javascript? What will the connection statements look like (would it still be 'adoConnection = Server.CreateObject()')? The only info I've been able to find so far is about PHP and mysql.

Thanks!