Buffering Must Be Handled Manually in DBC Rules/TriggersLast reviewed: April 30, 1996Article ID: Q129642 |
The information in this article applies to:
SUMMARYIf you choose to use update, delete, or insert triggers within a Visual FoxPro database container (DBC), buffering will not be enabled automatically. You must use the =CURSORSETPROP() function to manually enable the type of buffering desired.
MORE INFORMATIONThis behavior is by design. Because automatic implementation of buffering could cause adverse consequences in some situations, buffering will be set to 1 (no buffering). Normally, you would choose to implement row buffering on the parent table, and table buffering on the child table involved in the relationship.
REFERENCESFor more information on database design and buffering, refer to the Microsoft Visual FoxPro "Developer's Guide" or to the Microsoft Visual FoxPro "Professional Features Guide."
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |