Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile database in VFP3.0
Message
De
22/08/2001 19:27:36
Jordan Pastourel
Worksafe Management Systems
Toowong, Australie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Compile database in VFP3.0
Divers
Thread ID:
00547711
Message ID:
00547711
Vues:
32
Hi all,
i seem to have somewhat of a dilemma. i need to append procedures to the vfp3 database and then compile it programmatically. i did it as follows:

use wimsmain.dbc
LOCATE FOR objecttype = "Database" AND objectname = "StoredProceduresSource"
IF FOUND()
APPEND MEMO CODE FROM procs.txt overwrite
ENDIF
close data
compile database wimsmain

however, it seems that i can't recompile the database programmatically outside the vfp3.0 programming environment. what alternatives do i have??

Jordan
Jordan Pastourel
Development Manager
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform