Home | » | Java | » | Advance Java | » | Java Database Connectivity | » | Update Records |
---|
This example updates records into the Access table 'StudentTable' on the harddisk, using classes of the java.sql package and 'Views' the rows inserted.
To Update rows into the table 'StudentTable' the executeUpdate() method is used. To display the results retrieved from the table the rs.next() method is used.
|
Create the Database. | |
Creating a DSN. | |
Connecting to a Database. | |
Creating & Executing Statements. | |
Closing a database connection. |
JDBC - Programming:
View records from the Access/SQL table. | |
Inserts records into the Access/SQL table. | |
Updates records into the Access/SQL table. | |
Deletes records from the Access/SQL table. | |
Drops the Access/SQL table. |
JDBC - Working With User Interfaces - Using Swing Compoents
No comments:
Post a Comment