|
|
 |
李亚同志在共青团河南省十二届五次全委(扩大)会议上的讲话 |
<%
Set conn = Server.CreateObject("ADODB.Connection")
DBPath = Server.MapPath("./../database/new.mdb")
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath
Set rs = Server.CreateObject("ADODB.Recordset")
strsql="SELECT * FROM news where leibie='工作指导' ORDER BY id desc"
rs.Open strsql, conn,3,2
if not rs.eof then
rs.movefirst
while not rs.eof and nm<7
set time1=rs("time2")
%>
 |
陶明伦同志关于2004年的工作总结和2005年全省团的工作意见 |
 |
共青团河南省委关于表彰2004年度河南省实施“工岗快递转移就业促进计划”先进单位和先进个人的决定 |
<%
rs.movenext
nm=nm+1
wend
end if
rs.close
%>
|
|
|