Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to organize tables
Message
From
25/10/2005 12:38:52
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
25/10/2005 04:42:23
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01061776
Message ID:
01061924
Views:
14
>I was wondering if it could be a good idea to work with two distinct database, one containing the set tables the other one dedicated to the work files, this for limiting the number of tables inside the database.
>What's your opinion about this idea ?

Having read the rest of the thread so far, I think (and may be wrong there) that you think about lookup tables and transactional tables. The lookup tables would contain names, addresses, descriptions etc of various entities (customers, items, units of measure etc) that don't change daily, while transactional ones would be where you track what happened with the entities.

Generally, I think they still belong to the same database, because they do contain the same general set of data; the data that your application works with.

You may want to have a separate database for two other things: metadata and views, if you use any of these. The metadata would be data about data - data dictionary, security level definitions, class factory, menu (for data driven menus) etc, if you have any such tables.

Also, if you use views a lot, you may find that a separate dbc containing only views is handy, and easy to recreate from code when needed.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform