<%
'根本不需要定义 直接 where aa=1 就可以了
Set rec=ServerCreateObject("ADODBRecordset")
SQL1="SELECT FROM gongqiou where aa=1 order by ID desc"
recOpen SQL1,cnn1,1,1
%>
<%
if request("search")<>"" then
'rs ,conn自己定义
sd=request("y") & "-" request("m") & "-" request("d")
set rs=connexecute "select from boda_userbase where boa_yl_cq='" & sd & "'"
if not rseof then responsewrite rs(0)
end if
%>
<form action="">
year<input name="y"> month<input name="m">day<input name="d"><input name="search" type="submit">
</form>
以上就是关于asp数据库条件查询问题全部的内容,包括:asp数据库条件查询问题、ASP网页按条件查询数据库中符合的值 然后返回显示、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)