| 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
A sample program that uses an object (recordset) of the FJDB-RECORDSET class to manipulate data is provided along with coding instructions. Two operations are illustrated here: referencing data and manipulating data. For summary information on the programmed operations, see Data Reference Example and Data Update Example.
The workflow of the program is shown below.

4.1.1 Create an object of the FJDB-SESSION class
4.1.2 Connect to a database
4.1.3 Create a bind table to handle data in the recordset
4.1.4 Reference data using a recordset
4.1.5 Update data using a recordset
Contents
Index
![]()
|