Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing ALL Tables and DataBases
Message
From
24/08/2001 17:26:33
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
24/08/2001 17:21:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00548975
Message ID:
00549011
Views:
20
>>>>Try the USE command by itself. This should hopefully close any table that is opened. Let me know if it works.
>>>>
>>>
>>>Ravi,
>>>This will close any table open in the current work area. It does not affect other work areas nor does it affect other datasessions.
>>
>>Thanks Larry. Would I use CLOSE DATEBASE ALL? What if I did not have a database, but just free tables?
>>
>>Appreciate your advice.
>>
>>- Ravi
>
>I am new to VFP but in other xbase languages we had something like this
>
>nArea = select(0) && Get the next available work area number
>for i = 1 to (nArea -1) && -1 because we did not open anything in nArea
> select(i) && select that workarea
> use && Close the workarea
>endfor
>
>Hope this helps you think of something you could use.

Thanks so much Cecil. apprciate your input.

- Ravi
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform