Logical Data Type

To store data with only two values more efficiently, use the Logical data type.

Logical data is stored as True (.T.) or False (.F.).

For specifications about the Logical data type, see Visual FoxPro Data and Field Types.

See Also

Tasks

How to: Choose Data Types

Reference

CREATE TABLE - SQL Command

Logical Operators

Other Resources

Data and Field Types