Skip to content

Commit

Permalink
added info aout unixODBC and RDBMS requirements
Browse files Browse the repository at this point in the history
darcs-hash:20040108001722-cca28-0355216ae11127557c2102b7eb117dcb5b4cfe21.gz
  • Loading branch information
d00bring committed Jan 8, 2004
1 parent 2b2b7a5 commit 801e33e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,21 @@ Requirements:
> cp src/drivers/hsql/Makefile.HSQL ../HSQL-cvs/Makefile
> make -C ../HSQL-cvs

HSQL should be built with ODBC support. The instructions above will
do that.

- To build and use HSQL with ODBC on Unix you need to have unixODBC
installed.

- For unixODBC you need the client libraries for your database system
and the ODBC libraries for that system.

- You will need a database system to connect to (though that might of
course be on a different machine).

Database software support:

- MySQL

HaskellDB does not work with MySQL version < 4.1 because of the
lack of support for nested subqueries.

0 comments on commit 801e33e

Please sign in to comment.