Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database or no database?
Message
 
 
To
02/04/2001 15:38:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00491043
Message ID:
00491049
Views:
11
>I have almost completed an application which uses @ 35 tables in a database. The client would now like to set up the application for multi-company use (the wat SBT or AccountMate is). Should I abandon the DBC and use all free tables so that I can create tables (example \parent\data01\filenm01) during setup? I can't have duplicate table names in the DBC, and I want to use the existing alias names. Should I get rid of the DBC? What will I lose?

Larry,
I like using databases for the following reasons (no particular order):
1. Ability to use views
2. Ability to have long field names
3. Ability to have primary keys
4. Ability to have persisitent relationships


You can use separate databases with the same DBF names. You simply need to configure the Cursor objects of the DE when you open the form. CHeck out this message and its associated thread for more information on this.

http://www.levelextreme.com/wconnect/wc.dll?UniversalThread~?2,15,462088

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform