Introduction - If you have any usage issues, please Google them yourself
connect to a SQL database with JDBC
If you re interested in connecting your Java applications to standard SQL databases like Oracle, MySQL, SQL Server, and others, JDBC is the way. The combination of Java s JDBC and standard SQL makes a simple and powerful database solution.