'The code that follows os my attempt to get the DSNless connection working '<% 'accessdb="BK.mdb" 'myDSN="DRIVER={Microsoft Access Driver (*.mdb)};" 'myDSN=myDSN & "DBQ=" & server.mappath(accessdb) ' 'SET connect = Server.CreateObject("ADODB.Connection") 'connect.open (myDSN) 'SET RS = connect.execute(query) '(Load Record Set) '%>