** ****************************************************************************************** * **EndUser4gl : Exemple d'un langage de4 génération ** ******************************************************************************************* ** Exemple : Inquire #include "c:\EndUser4gl\4gl\hlp\IncludeSysEU\includesyseu.h" SetEnvDataBaseSQL{FOX}("c:\EndUser4gl\4gl\hlp\instructionsSql\FoxPro\DataBase"); ** --------------------------------------------------------------------------------- ** ** DROP : SUPPRESSION ** ** --------------------------------------------------------------------------------- ** ExecuteSQL{Fox}( "DROP TABLE TableNew "); ** --------------------------------------------------------------------------------- ** ** CREATE ** ** --------------------------------------------------------------------------------- ** ExecuteSQL{Fox}( "CREATE TABLE TableNew (Prenom C(10 ) primary key , Nom C(50)) ");