| 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 6 DB Access Library API Reference
6.1 Classes
The FJDB-SESSION class manages databases used by applications.
The FJDB-SESSION class tops the DB access class library. Objects of this class are created using a CREATE-OBJECT method.
[Creating an object of the FJDB-SESSION class]
INVOKE FJDB-SESSION "CREATE-OBJECT" USING ERROR-A RETURNING SESSION-A.
For more information on creating an object of the FJDB-SESSION class using a CREATE-OBJECT method, see Creating an Object of the FJDB-SESSION Class.
Contents
Index
![]()
|