Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBC finds local copy
Message
From
02/10/1996 15:50:33
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00009115
Message ID:
00009153
Views:
26
>we're network testing a new app. we have development copies of the data, programs, etc. locally. the dbc files hold DATA as the data directory (directly under the app). When we run the network version, the .exe finds the local data, not the network data. the config.fpw references only the network app directory, the network data directory, and c:\temp for temp files. i've done VALIDATE DATABASE on the network copy, but it still finds the local data.
>
>what am i missing?

the problems is that when you add a table/cursor/etc. to a form's DE
the path is "hard wired" you should make sure all these path
are relative (e.g. .\data\table1 etc.)

(the long answer is to have your DEs in code but this is another matter )

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform