| |
<%
set rs=server.createobject("ADODB.recordset")
sqlstr="select*from zhaopin where bumen ='利达集团' order by id desc"
rs.open sqlstr,conn,2,2
if not rs.eof and not rs.bof then
%>
利达集团 |
<%rs.movefirst
while not rs.eof%>
| |
<%=rs("mingcheng")%> |
招聘<%=rs("num")%>人 |
<%=rs("pdate")%> |
<%rs.movenext
wend%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='利达防火保安设备有限公司' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
利达防火保安设备有限公司 |
<%rs.movefirst
while not rs.eof%>
| |
<%=rs("mingcheng")%> |
招聘<%=rs("num")%>人 |
<%=rs("pdate")%> |
<%rs.movenext
wend%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='北京利达永信电子有限公司' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='北京利达恒信科技发展有限公司 ' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='北京利达安信数码科技有限公司' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='北京利达英杰电子有限公司' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
|
<%end if%>
<%
rs.close
sqlstr="select*from zhaopin where bumen='北京利达科信环境技术有限公司' order by id desc"
rs.open sqlstr,conn,1,1
if not rs.eof and not rs.bof then
%>
|
<%end if
rs.close
set rs=nothing
conn.close
set conn=nothing%>
|