GAMS [ Home | Support | Sales | Solvers | Documentation | Model Libraries | Search | Contact Us ]

SQL2GDX1 : Creates a GDX file in execution time and displays it in GDXVIEWER


Store data from Access database into a GDX file.

   Files:  Transportation.mdb  SQLSr0.gms  SQL2GDX1.gms
$ontext Store data from Access database into a GDX file. $offtext execute '=gams.exe SQLsr0 lo=3 gdx=Transportation.gdx'; abort$errorlevel "step 0 failed"; execute '=gdxviewer.exe Transportation.gdx';