i know that java supports mysql, sqlLite and apache derby databases but i want to know what other sql database are supported my java
Printable View
i know that java supports mysql, sqlLite and apache derby databases but i want to know what other sql database are supported my java
Each database vendor that implements the JDBC interfaces has made its database available to Java. (if they're even half sane, they have done so).
kind regards,
Jos
Just have a look at the following.
Database Programming with JDBC and Java: Chapter 4. Database Access Through JDBC