Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Issues Related With DataEnvironment
Message
De
03/07/2002 17:02:50
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
À
02/07/2002 23:19:52
Devrishi Bhogra
Escorts Claas Limited
Faridabad, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00674822
Message ID:
00675125
Vues:
11
Foxpro will use Minimum pathing to locate tables. This means that if the data is on the same logical drive as the EXE, all Fox will store for the DE is the shortest path to acquire the data, such as :
..\DATA\MyDatabase.dbc
It doesn't care about any of the above layers of Directories. However, the problem arises if you have your test environment data on another logical drive, for example your EXE is on:
G:\MyProject\MyEXE.EXE

and your data is on:
H:\MyProject\DATA\MyTestTable.dbf

Then Fox will store in the DE:
H:\MyProject\DATA\MyTestTable.dbf
Try to keep programs/data together with the SAME directory structure and you can move freely between drives.

HTH,

-Irv.

****

>Hi Friends ,
>
>This time behaviour dataenviron is hurting me...ha ha ha
>
>when i move my project from developement pc to user's site. Dataenvironment gives me errors regarding tables path.
>
>When u add a table in a dataenvironment, it automatically stores the path for that table. But software can be installed at different location in user's pc.
>
>How to handle this issue.
>
>
>Pleas Help
>Sunny
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform