Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic replacement by one DBC on another
Message
De
19/10/1998 14:23:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Dynamic replacement by one DBC on another
Divers
Thread ID:
00148230
Message ID:
00148230
Vues:
54
Hi.
I have database in the directory C:\MyProgram\DBF\
I make a copy of the directory with files C:\MyProgram\ARHIV\

After that I want dynamically to use one of databases...
In Main.PRG there is a reference to path SET PATH TO DBF;.....
At connection of archive I replace SET PATH on SET PATH TO ARHIV..

lcArhiveDatabase = FULLPATH (SYS (2003)) + '\ARHIV\MyDBC.DBC '
OPEN DATABASE &lcArhiveDatabase SHARED

After that I start the form... And... In it there are data from C:\MyProgram\DBF: ((
I think that it result of Dataenvironment.Cursor.Database in the form = " C:\MyProgram\DBF\myDBC.DBC"....
What it is possible to make?
Thanks.
Denis Gavrikov.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform