% dim conn, sql, count, rs Set conn = Server.CreateObject("ADODB.Connection") conn.open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=\\file-cyber.law.harvard.edu\inetpub\dbs\digitaldiscovery.mdb","","" Set rs = Server.CreateObject("ADODB.Recordset") fields = split("intAttorneyClientPrivilege;intCostOfDigitalDiscovery;intDefinitionOfDiscoverableDocument;intPrivacy;intScopeOfDiscovery;intStandardsForPreservationAndRetention;intTechnologyAndRuleReform", ";") %>
" & rs("txtFirst") & " " & rs("txtLast") & " (" & rs("txtCompany") & ")" if not rs("boolname") then response.write " (requested anonymity)" if not rs("boolpublic") then response.write " (requested privacy)" response.write "
" else if rs("boolName") then response.write "" & rs("txtFirst") & " " & rs("txtLast") & " (" & rs("txtCompany") & ")
" else response.write "(Anonymous Submission)
" end if end if response.write "Opportunities: " & replacerobust(rs("txtQ1"),chr(13),"
") & "
Risks: " & replacerobust(rs("txtQ2"),chr(13),"
") & "
Balanced Solution: " & replacerobust(rs("txtQ3"),chr(13),"
") & "
Outstanding Question: " & replacerobust(rs("txtQ4"),chr(13),"
") & "
Where to Go from Here: " & replacerobust(rs("txtQ5"),chr(13),"
") & "