| DB Access Class Library for COBOL V1.0 API Reference - Microsoft(R) Windows(R) - - Microsoft(R) Windows NT(R) - - Microsoft(R) Windows(R) 2000 - |
Contents
Index
![]()
|
Chapter 4 Examples of Using the DB Access Class Library
Databases can be updated by updating, deleting, or inserting rows without using recordsets or objects of the FJDB-COMMAND class.
A bind table need not be created.
The workflow of the program is shown below.
The programmed operations of Create an object of the FJDB-SESSION class and Connect to a database in this flow are similar to those described in Use a Recordset.

4.3.1 Execute an SQL statement to update data
Contents
Index
![]()
|