How to Enforce Uniqueness in Visual FoxPro Memo FieldsLast reviewed: April 1, 1996Article ID: Q148894 |
The information in this article applies to:
SUMMARYThis article shows by example how to enforce uniqueness in memo fields.
MORE INFORMATION
Example ScenarioWhen you have a long character field that happens to be rarely filled, it might be better to store the data in a memo field instead of a character field. The memo field takes up only four bytes in the table, and the large character field can now be removed from the structure. You can use the following step-by-step procedure to create a unique index tag on just a portion of the data in the memo field. The benefits of this process are:
Step-by-Step Procedure
|
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |