Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append procedures problem
Message
De
16/10/2000 01:55:07
Jordan Pastourel
Worksafe Management Systems
Toowong, Australie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00429655
Message ID:
00429679
Vues:
14
Andrew,
well finally a fix reveals itself. a bit sloppy but it works.

CLOSE DATA ALL
USE dbname.DBC
LOCATE FOR objecttype = "Database" AND objectname = "StoredProceduresSource"
IF FOUND()
APPEND MEMO CODE FROM procedurefile
ENDIF
USE
COMPILE DATABASE dbname

same as what append procedure does, just in a roundabout way. hope this works for you too.

Jordan
Jordan Pastourel
Development Manager
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform