Sample Files Example

* Creates MYDATA.prg which contains code to 
* re-create the database MyDatabase.
*
OPEN DATABASE MyDatabase
DO gendbc WITH 'MyData.prg'
*

*
* Creates Main.prg in the C:\VFP folder which 
* contains code to re-create the database Main.
*
SET DATABASE TO Main
DO gendbc WITH 'c:\vfp\main'