28,406
社区成员
发帖
与我相关
我的任务
分享
if session("jb")=1 then
rs.open "select * from tkxt where xy='" & session("xy") & "'",conn,1,1
elseif session("jb")=2 then
rs.open "select * from tkxt where x='" & session("x") & "'",conn,1,1
end if
if session("jb")=1 then
rs.open "select * from tkxt where xy='"&session("xy")&"'",conn,1,1
else
if session("jb")=2 then
rs.open "select * from tkxt where x='"&session("x")&"'",conn,1,1
end if
end if