Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile database in VFP3.0
Message
From
22/08/2001 19:27:36
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Compile database in VFP3.0
Miscellaneous
Thread ID:
00547711
Message ID:
00547711
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform