This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
JDBC drivers for MySQL and MS SQL 2000
- From: Lars Andersen <lars at rimfaxe dot com>
- To: java at gcc dot gnu dot org
- Cc: erik dot poupaert at chello dot be
- Date: 21 Jun 2003 00:54:17 +0200
- Subject: JDBC drivers for MySQL and MS SQL 2000
- Organization: Rimfaxe Software
Based on the sources from Erik Poupaert, here are the packs for MySQL
JDBC drivers :
as zipfile
http://www.rimfaxe.com/gcj_libraries/jdbc/mysql.zip
as tarball
http://www.rimfaxe.com/gcj_libraries/jdbc/mysql.tar.gz
I have also succeeded in making the JDBC drivers for MS SQL 2000 work.
I have made packs that contain a Makefile and stubbed sun.io classes.
The jdbc driver is not included. You must get it yourself, because of
redistribution restrictions.
Just unjar msutil.jar, msbase.jar and mssqlserver.jar and run make.
as zipfile
http://www.rimfaxe.com/gcj_libraries/jdbc/msSQL2000_jdbc.zip
as tarball
http://www.rimfaxe.com/gcj_libraries/jdbc/msSQL2000_jdbc.tar.gz
A README file is included in all packs.
Both drivers has been tested, and seems to work. I have even tried the
MS SQL 2000 driver in a static build cross compiled from linux targetted
at windows.
/Lars Andersen