Java & MySQL – Sorting Data Example This chapter provides an example on how to sort records from a table using JDBC application. This would use asc and desc keywords to sort records in ascending or descending order. Before executing the following example, make sure you have the following in place − To execute the […]
Category Archives: java Mysql
Java & MySQL – Quick Guide Java & MySQL – Overview JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of databases. The JDBC library includes APIs for each of the tasks mentioned below that are commonly associated with database […]
Java & MySQL – Useful Resources The following resources contain additional information on Java & MySQL. Please use them to get more in-depth knowledge on this topic. Useful Links on Java & MySQL − Sun Developer Network giving link on JDBC material. − MySQL Connector/J is the official JDBC driver for MySQL. − The Java […]