返回列表 发帖
2:读取数据文件:conn.asp

  1. <%
  2. on error resume next '防暴库
  3. dim conn,exec
  4. '链接数据库
  5.         set conn=server.createobject("adodb.connection")
  6.         conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("nmc.mdb")



  7. '读取字段内容
  8.         set rs=server.createobject("adodb.recordset")
  9.         exec="select * from mayi_nm order by id asc"
  10.         rs.open exec,conn,1,1
  11. %>
复制代码
不与世相争,纷扰的网络与我无关,沉寂的世界或许能带我美好... 忙忙碌碌的奔波,只为我明天的生活...

TOP

返回列表

Powered by Discuz! 7.2   论坛QQ群:逐梦论坛群

© 2001-2021 Comsenz Inc. 鲁公网安备 37120302000001号