Office中国论坛/Access中国论坛

标题: adp里尝试批量更新时遇到的问题,请大家帮忙看看. [打印本页]

作者: laomao    时间: 2009-1-30 22:24
标题: adp里尝试批量更新时遇到的问题,请大家帮忙看看.
本帖最后由 laomao 于 2009-1-30 22:29 编辑

步骤如下:
1.dim rs as new adodb.recordset
  rs.cursorlocation=aduseclient
  rs.open strsql,locktype:=adlockbatchoptimistic
  set rs.activeconnection=nothing   
  set me.recordset=rs

2.问题出在这步,我尝试了两种方法都不行
①直接在窗体上编辑
②在控件(field1)的click事件中:
  me.recordset![field1]=某值
  me.recordset![field1].update

3.me.recordset.activeconnection=currentproject.connection
  me.recordset.updatebatch

现在的问题是:如果我用①的方法则updatebatch不起作用,什么也没保存;如果用②的方法倒是保存成功了,但窗体控件的内容不变,直到使用updatebatch后才显示.不知道问题出在哪?
作者: ACMAIN_CHM    时间: 2009-1-30 23:06
me.recordset.update

试试这样,字段级的 update好象没有实际提交。 recordset.update会向ADO请求commit的。






*****************
*  一切皆有可能 *
*****************


QQ群 48866293 / 12035577 / 7440532 / 13666209
http://forum.csdn.net/SList/Access .
http://www.accessbbs.cn/bbs/index.php .
http://www.accessoft.com/bbs/index.asp .
http://www.office-cn.net .

http://www.office-cn.net/home/space.php?uid=141646 .




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3