Skip to content

khia/common.db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to use filemaker or any other odbc based backend you need a patched
version of odbc. The patch implements GET_TABLES function as well as provides
ability to specify location of odbc port driver via Options passed to application.
In order to get patched version of odbc you can use following commands. 

sudo apt-get install unixodbc-dev
git clone [email protected]:khia/otp.git
cd otp
./otp_build autoconf
export ERL_TOP=`pwd`
./configure  --with-odbc
cd lib/odbc/
./configure
export TARGET=i686-pc-linux-gnu # put you TARGET here
make

About

Database abstraction layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages