Y
yjwnnit
Unregistered / Unconfirmed
GUEST, unregistred user!
ASP 中 执行了 SQL 中的OPEN 后 数据库并未被更新.只有当该网页完成提交后数据才更新
. 有什么办法让数据一执行OPEN就更新???
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" &
Server.MapPath("../da/ta.mdb")&""
set All_Message = Server.CreateObject("ADODB.Recordset")
All_Message.ActiveConnection = strconn
All_Message.Source = "SELECT * FROM bbstitle where btype= " &
bbsty &" order by answerdate "
All_Message.Open
. 有什么办法让数据一执行OPEN就更新???
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" &
Server.MapPath("../da/ta.mdb")&""
set All_Message = Server.CreateObject("ADODB.Recordset")
All_Message.ActiveConnection = strconn
All_Message.Source = "SELECT * FROM bbstitle where btype= " &
bbsty &" order by answerdate "
All_Message.Open