In MSSQL you can script a table out to a Transact SQL script, including all CREATE statements and multiple INSERT statements for the data.
Is there a VFP equivalent that anyone knows of? This is for including test data in source control, it's better to have a PRG that can generate the database than adding binary DBF files etc.