The information in this article applies to:
SUMMARYVisual FoxPro version 3.0 introduces several new data types including Character(binary) and Memo(binary). This article describes the purpose and implementation of these two new data types. MORE INFORMATION
The Character(binary) and Memo(binary) data types are provided for fields
that should not be translated if the table is opened using a different
code page. If the table is converted to another code page, the binary
fields will not be translated. In all other respects, the Character(binary)
and Memo(binary) fields are identical to the existing Character and Memo
fields.
To specify that a field is going be binary with the CREATE or ALTER TABLE commands, use the NOCPTRANS clause, as in this example:
This creates the cLastName field with a data type of Character(Binary).
The TYPE function will return 'M' or 'C' for the binary memo or binary character field. This return value is the same as for a regular memo or character field. Additional query words: VFoxWin proprietary encryption non ole server
Keywords : FxprgTable |
Last Reviewed: August 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |