Tip closing tables
The policy intended to declare tables that are used for database access has been changed with version 7. A new instruction called [LogicClose](../4gl/logicclose.md)
should be used instead of Close
.
The syntax is the following:
# Let's close the table BPCUSTOMER
LogicClose File BPCUSTOMER
This has been implemented for performance reasons. For more information, see the Best practice for opening and closing tables document.