Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing database and not free table
Message
De
14/06/2005 14:28:15
 
 
À
14/06/2005 13:56:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01023218
Message ID:
01023227
Vues:
14
>Hi,
>I would like to do the following:
>
>USE freetable in 0
>
>use tableInDbc in 0
>use in tableInDbc
>close database
>select freetable
>
>Error the table (freetable) is not open
>
>At least that is what I think is happening.
>
>I open a free table then open a table in a DBC then I want to close the dbc without closing the free table.
>
>John


Hi John,

You have to select the database first then close it
USE freetable in 0

use tableInDbc in 0
Set database to YourDBC
close database
select freetable
Look at "CLOSE DATABASES Commands" in VFP help for more info
HTH
Herman
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform