Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free tables vs DBC
Message
From
13/01/2003 15:38:31
 
 
To
11/01/2003 10:55:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00740632
Message ID:
00741186
Views:
21
I read some of the other replies.

I don't use transactions. I don't use the tables directly. I use views only. The views are not in a DBC; which means you can create them from a free table.

The big pluses of the DBC to me are the field defaults (auto-increment), stored procedures (auto-increment) and long field names. Other than the long field names, the others can be worked around.

The problem with a DBC is simple. When the table changes, the DBC must change. This may not be a problem if you always send a new DBC with each EXE. This leaves the same problem you would have with a free table, adding/deleting/changing the field.


I HAVE NEVER HAD AN INDEX OR TABLE CORRUPTION! (Knock on wood) My users frequently use CTRL+ALT+DELETE to exit the application. Don't ask me why. (My guess is a slow network.)
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform