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