This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

JDBC drivers for MySQL and MS SQL 2000



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]