Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid DBC
Message
From
12/12/2001 14:49:30
 
 
To
12/12/2001 13:06:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00592681
Message ID:
00593461
Views:
19
Hi Doug,
Thanks for the reply. This worked very will with a minor correction to your syntax:
OPEN DATABASE MyDatabase EXCLUSIVE
instead of
USE MyDatabase EXCLUSIVE

I found that I have many references to temp tables in my DBC that I didn't expect find. When I programatically CREATE TABLE, it seems the table is added into the currently open DBC. Then when I delete the table at the end of my function, the reference still remains in the DBC. Do I need to issue a DROP TABLE before I delete the table? This will make my DBC grow with deleted records. Is there any way to create a table without adding a record to the DBC?

Thanks,
John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform