ASP操作数据库 的问题(4分)

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
 

Similar threads

S
回复
0
查看
651
SUNSTONE的Delphi笔记
S
S
回复
0
查看
660
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
顶部