D dudajiang Unregistered / Unconfirmed GUEST, unregistred user! 2001-04-23 #1 我在使用Tquery时将Cachedupdates := True 请问Tquery中有没有现成的方法显示提交前我是否对数据集进行了增删改的操作!
郭 郭玉梁 Unregistered / Unconfirmed GUEST, unregistred user! 2001-04-26 #3 property UpdatesPending: Boolean; indicates whether the cached updates buffer contains records that are not yet applied. State判断不出。只是数据库的状态,而不是提交前的状态。
property UpdatesPending: Boolean; indicates whether the cached updates buffer contains records that are not yet applied. State判断不出。只是数据库的状态,而不是提交前的状态。
O only you Unregistered / Unconfirmed GUEST, unregistred user! 2001-04-26 #4 不行,因为QUERY只是返回一个数据集,不能反映数据库的即时状态。