您的位置首页生活小窍门

提示:语句未结束

提示:语句未结束

你用那么多 %>标签干嘛<% connection = Server.CreateObject("ADODB.Connection"雹差); connection.Open("driver={Microsoft Access Driver (*.mdb)};dbq=" + Server.MapPath("data.mdb")); //'用已经建立的数据库链接对象connection打开数据库data.mdb rs = Server.CreateObject("ADODB.Recordset"); // '创建一个“记录集”,即“Recordset”,它的任务是储存从数据库里提取出来的数据 sql="select * from indeximg where id=1"; rs.Open(sql, connection, 3); //'创建查询数据库的SQL语句渣笑,这如肆含里将查出“indeximg”中的id为1的所有记录 if not rs.eof then " /> end if rs.close // '关闭记录集对象 connection.close // '关闭连接对象%>