<% set hxconn=server.createobject("adodb.connection") hxconn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("hx.mdb") set hxrs=server.createobject("adodb.recordset") sql="select * from hx order by bh" hxrs.Open sql,hxconn,3,2 if hxrs.recordcount>0 then %>
 

地址:内蒙古呼和浩特市回民区环河街33号    电话:0471-6362638     邮编:010030

版权所有©呼和浩特第一中学

<%end if%>