How to Handle Path Issues When Moving Databases
Article ID: 147941
Article Last Modified on 10/15/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
This article was previously published under Q147941
SUMMARY
When you move an application from one computer to another, and that
application uses shared data on a network server, you may experiences
problems with the paths. Programmers write their code so that paths are as
generic as possible but when the application is moved and the paths are
therefore different, it becomes a tremendous inconvenience to re-code the
differences in the path information and redistribute the application.
This article explains and demonstrates how to avoid these path-related
problems in relation to databases and the database container (DBC).
Additional query words: VFoxWin
Keywords: KB147941