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

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


Store data from Access database into a GDX file.

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