Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does .DBC need to be present in client's exe machine
Message
From
05/07/2001 10:30:58
 
 
To
03/07/2001 23:37:17
Edward See
Magicalogic Consultancy System
Quezon, Philippines
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526575
Message ID:
00526947
Views:
13
>We have a project .PJX, with the .DBC included in the project and compiling to exe, when we distribute the exe to a client, do we have to copy the .DBC physically onto the client pc or does the .dbc inherently already present inside exe ?

No, it doesn't. However, it may cause problems down the line.

e.g., If there is a power interruption, tables may get corrupted and not be able to find their DBC. To fix this, the DBC files would need to be there.
You could copy them over, fix it, then delete them.
Also, if you need to make data structure changes that wouldn't affect the EXE (e.g., make a character field wider), you would just want to update the structures in the client's environment, and not rebuild the EXE and send them a new one. For this, too, the DBC files must be present on disk.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform