Category Archives: java Mysql

Khóa học miễn phí Java & MySQL – Useful Resources nhận dự án làm có lương

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 […]

Khóa học miễn phí Java & MySQL – Navigate Result Set nhận dự án làm có lương

Java & MySQL – Navigating a ResultSet There are several methods in the ResultSet interface that involve moving the cursor, including − S.N. Methods & Description 1 public void beforeFirst() throws SQLException Moves the cursor just before the first row. 2 public void afterLast() throws SQLException Moves the cursor just after the last row. 3 […]