Monday, January 31, 2005

How to update iSeries databases using JDBC, SQL

How to update iSeries databases using JDBC, SQL: "This tip shows common JDBC examples to create, write, read and update data in normal iSeries data files using JDBC and SQL and how to efficiently update iSeries databases using JDBC (Java Database Connectivity). The sample application (TestUpdateMethods.java) demonstrates two techniques for database updates using SQL: using an UPDATE statement with a where clause, using a positioned update with SQL cursor control. "

No comments:

Post a Comment