我現(xiàn)在正在學習ASP編程,現(xiàn)遇到一個問題,請教一下各位老師。程序源代碼如下:<%set dbconnection=Server.CREATEOBJECT("ADODB.CONNECTION") DBPath=Server.MapPath(" b") dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath Set rs=Server.CreateObject("ADODB.Recordset") rs.Open "select * from 表1", dbconnection, adOpenDynamic, 3<%=rs("姓名")%