copies the current record from an updatable recordset object to the copy buffer for subsequent editing.
recordset.edit 【程序编程相关:HOW TO:枚举网络邻居的计算机及其共】
syntax 【推荐阅读:我的EasyRGB_v1.01的VB源代】
remarks 【扩展信息:Compression Helper C】
the recordset placeholder represents an open, updatable recordset object that contains the record you want to edit.
once you use the edit method, changes made to the current records fields are copied to the copy buffer. after you make the desired changes to the record, use the update method to save your changes.
the current record remains current after you use edit.
... 下一页