% Set myconn = Server.CreateObject("ADODB.Connection") conString = "DBQ=" & Server.MapPath("students1.mdb") myconn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & conString sql="select *from students" set rs=myconn.execute(sql) %>
http://cikm2001.cc.gatech.edu/
ACM CIKM 2001 Tenth International Conference on Information and Knowledge Management
Doubletree Hotel Atlanta-Buckhead November 5-10, 2001 Atlanta, Georgia