Using an ODBC DSN (Data Source Name) via ADO

<%
    oConn.Open "DSN=mySystemDSN; Uid=myUsername; Pwd=myPassword"
%>