Indicates a Field object’s current value in the database.
Returns a Variant value.
Use the UnderlyingValue property to return the current field value from the database. The field value in the UnderlyingValue property is the value that is visible to your transaction and may be the result of a recent update by another transaction. This may differ from the OriginalValue property, which reflects the value that was originally returned to the Recordset.
This is similar to using the Resync method, but the UnderlyingValue property returns only the value for a specific field from the current record. This is the same value that the Resync method uses to replace the Value property.
When you use this property with the OriginalValue property, you can resolve conflicts that arise from batch updates.
file: /Techref/language/asp/comp/daprop06_5.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/9 09:50,
3.135.193.105: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/daprop06_5.htm"> UnderlyingValue Property (ADO)</A> |
Did you find what you needed? |