<%
Response.Write "
SQL Server Connection"
Call DSNinfo("DSN=student;uid=student;pwd=magic")
Response.Write "
Access Connection Connection"
theDSN="DRIVER={Microsoft Access Driver (*.mdb)};DBQ="
theDSN=theDSN & Server.MapPath("/learn/test/biblio.mdb")
Call DSNInfo(theDSN)
%>