Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing a single table.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00477365
Message ID:
00477366
Views:
21
>Hello,
>
>This is a question about the CLOSE function. CLOSE TABLES says it closes all tables in the currently selected database. If there isn't a currently selected database it closes all open free tables.
>
>In VFP 3.0 I was able to CLOSE myAlias but this doesn't seem to work in VFP 6.
>
>So my question? How do I close a single table out of a few that are openned w/o closing the rest? I can not close by the alias and doing a CLOSE TABLES closes them all.
>
>So, anyone know the answer to this seamingly easy question?
>
>Thanks in advance,
>Bryan Smith

In earlier version you may have had to first select the table, then issue USE. In VFP 6.0 you can issue USE IN < alias > to close the table.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform