<%Set rs = Server.CreateObject("ADODB.Recordset") sql="Select * from news where id="&request.QueryString("id") rs.open sql,conn,3,2 %>