Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to free a table?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00184152
Message ID:
00184232
Views:
21
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform