Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free tables vs DBC
Message
From
11/01/2003 15:52:35
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
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:
00740695
Views:
27
Hi Alejandro,
I wouldn't use a DBC. You should design the locking such that related tables are sure to be updated. I would also feel free to break some normalization rules along the way. Think about the way VFP does the PJX or VCX files. The Project file has one HomeDir field--only used by one record. That's wrong--but oh so right for the task. We like having the project in a single (or two with the PJT file) file. The VCX/SCX files have a comment record, dataenvironment record and so on. If VFP normalized these files, each ClassLib would be sourced in a variety of files--but I'm glad they don't.
My .02.

>I am writing a small gradebook app that will be distributed widely and needs to be almost bomb proof. In this case, could free tables be a better choice than tables in a DBC since I don't need long names or stored procedures? What is the downside?
>
>TIA,
>
>Alex
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform