Indicates the editing status of the current record.
Returns one of the following EditModeEnum values:
Constant |
Value |
Description |
adEditNone |
0 |
No editing operation is in progress. |
adEditInProgress |
1 |
Data in the current record has been modified but not yet saved. |
adEditAdd |
2 |
The AddNew method has been invoked, and the current record in the copy buffer is a new record that hasn't been saved in the database. |
Use the EditMode property to determine the editing status of the current record. You can test for pending changes if an editing process has been interrupted and determine whether you need to use the Update or CancelUpdate method.
See the AddNew method for a more detailed description of the EditMode property under different editing conditions.
file: /Techref/language/asp/comp/daprop03_4.htm, 2KB, , updated: 1996/11/21 18:01, local time: 2024/11/8 15:01,
3.135.207.201:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop03_4.htm"> EditMode Property (ADO)</A> |
Did you find what you needed? |