Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing ALL Tables and DataBases
Message
De
24/08/2001 17:48:39
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
À
24/08/2001 17:43:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00548975
Message ID:
00549024
Vues:
13
>>
>>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.
>
>Hello Cecil & Henry,
>
>That is not necessary in VFP. CLOSE DATABASE ALL closes all tables (including free tables) in the current session. If there are multiple sessions, you must iterate through them as Larry has suggested.

Thank you for your guidance Steve. Alsways appreciated.

- Ravi
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform