Loading...
Searching...
No Matches
com.gams.examples.transport.Transport9 Class Reference

This example demonstrates how to retrieve an input for GAMS Transport Model from a MSAccess file (transport.accdb) using UCanAccess, an open source JDBC Driver implementation for Microsoft Access Database (See https://github.com/spannm/ucanaccess). More...

Detailed Description

This example demonstrates how to retrieve an input for GAMS Transport Model from a MSAccess file (transport.accdb) using UCanAccess, an open source JDBC Driver implementation for Microsoft Access Database (See https://github.com/spannm/ucanaccess).

UCanAccess allows Java programs to read/write Microsoft Access database (.mdb and .accdb) files without ODBC and is downloadble from https://github.com/spannm/ucanaccess and https://sourceforge.net/projects/ucanaccess/).

The example runs a job to read from and write to the Access data source file provided under the GAMS system directory.

Definition at line 33 of file Transport9.java.