playking(风雪青松) 请来答!
流浪爷们 2002-03-21 10:32:36 我怎么把存到数据库中的记录取出来,再用原来的方法进行编辑呢?
如下方法不奏效啊:
<!--#include file="conn.asp"-->
<%
set rst=server.createobject("adodb.recordset")
sql="select * from nclass where id ="&Cint(request("id"))
rst.open sql,conn,1,1
%>
<input type="hidden" name="id" value="<% =rst("id") %>">
<iframe class="Composition" ID="Composition" MARGINHEIGHT="1" MARGINWIDTH="1" width="99%"
height="212">
<% =rst("nclass") %>
</iframe>
<%
rst.close
set rst=nothing
conn.close
set conn=nothing
%>
请告知!
谢谢!
email: sunmuking@163.com