Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using local DBC not Network DBC
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Using local DBC not Network DBC
Miscellaneous
Thread ID:
00549515
Message ID:
00549515
Views:
61
This problem just started on a few of our developer's PCs and we've been unable to track it down.

I build and test an application on my hard drive (c:\) and everything is OK. I then copy the EXE to the Network to test with the live system.
PROBLEM: The DBC is referencing tables on my hard drive or it's using the DBC from my hard drive NOT the Network. If I rename the folder on my hard drive and rerun the EXE it works properly. We tried compiling the same code on another PC and it works OK.

I've checked all my paths and I'm not referencing the hard drive anywhere! It's as though there is code that says:

If c:\vfpapp exists
use c:\vfpapp\vfpapp.dbc
else
use vfpapp.dbc (current folder)
endif

But I know there is no such code like this.

Any ideas?

Thank you - Mike Fechter

mike_fechter@iimak.com
Next
Reply
Map
View

Click here to load this message in the networking platform