% id=request.querystring("id") Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "Select * From T_LeaveWords where id="&id, conn,3,3 %>