当前位置:编程学习 > asp >>

asp问题,关于sql

<!-- #include file=conn.asp -->
<%

sql="select * from x_"
set rs=conn.execute(sql)

%>
<%do while not rs.eof%>
<%=rs("x_xl")%>
<%x_xl=rs("x_xl")%>
<br>
<%rs.movenext%>

<%
sql="select * from l_ where l_xl='"&x_xl&"'"
set rs=conn.execute(sql)

%>
<%do while not rs.eof %>

<%=rs("l_xb")%>
<br>
<%rs.movenext%>
<%loop%>


<%loop%>
补充:如何实现以下代码??高手指教
		
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,