your advice on DBMS and its driver on Linux
Kenneth D. Litwak
Kenneth.Litwak at EBay.Sun.COM
Thu May 18 11:26:44 PDT 2000
Janet, my suggestion would be to use InstantDB, www.instantdb.co.uk. I'ts
pretty inexpensive,works well, has its own JDBC driver, is mostly JDBC 2.0
compliant, easy to use and install (I used it for the examples in my Java
programming book). One of its really good features is that all the values you
would normally put in a db URL are put in a properties file, so taht ou can
change things like database and user id without having to change the code at
all. It's also small in size.
Ken Litwak
>Hello everyone.
>
>I'm a bit new to Java and totally new to Linux. And now I want to move one
>of my java program on NT to Linux.
>The program is involved in accessing a database. On NT I use MS SQL Server
>and the JDriver from BEA as its JDBC driver.
>Now on Linux I have to choose a DBMS and its JDBC driver. I want it to be
>popular (so it's easy to get help from others when I get into some trouble
>about it) and not so big (the structure of the database in my program is
>really simple). And of course easy to get. ( I mean I can download from the
>Internet).
>
>Thanks in advance!
>Janet
>
>
>---
>To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
>To get help, mail advanced-java-help at xcf.berkeley.edu
---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu
More information about the Advanced-java
mailing list