Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to free a table?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00184152
Message ID:
00184232
Vues:
22
Yes I figured it's going to be a little time-consuming to get this fixed. Initially, I though I only need to move the table to the local machines, and that VFP will use it from there when it can't find it on the server (I set the path to have both the server and client directories in it), but it isn't that simple. Thank you all for your help.

Mon

>FREE TABLE, like Josh said, is the command to free the talbe from the database, but you have another problem on your hands: all of your forms think that the table in their DE belongs to a database. This information is hardcoded into the Form.DataEnvironment.Cursor.Database property. Quickest (maybe the only) fix for this is to go into each form, remove the table from the DE, and add it back in as a free table.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform