% tp="select top 1 * from about ORDER BY id DESC" server.ScriptTimeout=10 Set rs= Server.CreateObject("ADODB.Recordset") rs.open tp,cn,1,1 %>