The DB2 Basic Toolkit - details
The DB2 Basic Toolkit provides sample programs that demonstrate
application programs that use embedded SELECT, INSERT, UPDATE, DELETE, and
DECLARE SQL statements.
Here are the functions demonstrated in each language for this Toolkit:
- Embedding SQL statements within a program
- Defining DB2 tables within a program
- Handling error situations resulting from SQL statements
- Structuring programs to reflect transaction-driven processing of DB2 tables
- Structuring programs to reflect cursor-driven processing of DB2 tables, including:
- Basic cursors
- Insensitive scrollable cursors
- Sensitive static scrollable cursors
- Sensitive dynamic scrollable cursors
- Cursors that use WITH HOLD
- Cursors that use rowset access
Here are the libraries used by the DB2 Basic Toolkit:
The above represent the low level qualifiers of the supplied
datasets
Related
curriculum: DB2 courses.