PB简单问题,请高手示疑
update Properties 窗口。 关于 Where Clause for Update/Delete 下的三个选项是:
Key Columns:
Key and Updateable Columns:
Key and Modified Columns:
请大家用自已的话来描述自已的理解,我先来。
Key Columns: 只对 where条件中 主键或唯一键 就可以更新数据
Key and Updateable Columns: 相当于在wherer 中 除了有主键或唯一键的话,还需要把能更新的列与列之间 and
Key and Modified Columns: where条件中 主键或唯一键 , 并且把 改了的 列也 and
我理解的不是很顺,请大家指证。写出自已的看法。谢谢。