2 Installation
2.1 Installation
Before using the ODBC application it needs to be properly installed. The reason why it is not completely installed, with the rest of Erlang/OTP, is that it is necessary to have access to the include files, and dynamic libraries, of the ODBC software it will be working with.
To install the ODBC module you need to:
- Install your ODBC software package (ODBC Driver Manager and Driver).
- Edit the Makefile in the src directory of the odbc application. The Makefile may need to be adapted to use correct paths and compiler command and options.
- Run the Makefile.
Before you can use the ODBC application you also need to install a database.