JavaScript Editor js editor     Web development 



Main Page

To store non-decimal numeric values when performance and table storage limitations are especially important, use the Integer field type. To generate values, such ID numbers, use Integer (Autoinc) that automatically increments the value.

In tables, the Integer field type is stored as a 4-byte binary value. As a result, it requires less memory than other Numeric data types. As a binary value, it requires no ASCII

For specifications about the Integer and Integer (Autoinc) field types, see Visual FoxPro Data and Field Types.

See Also



JavaScript Editor js editor     Web development