| 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.4 Creating an Object
Creates an object of the FJDB-SESSION class using a CREATE-OBJECT method.
INVOKE FJDB-SESSION "CREATE-OBJECT" USING ERROR-A RETURNING SESSION-A.
ERROR-A [attribute:OBJECT REFERENCE FJDB-ERROR]
Returns an object of the FJDB-ERROR class if the method fails to end normally.
SESSION-A [attribute:OBJECT REFERENCE FJDB-SESSION]
Returns an object of the FJDB-SESSION class if the method ends normally; otherwise, returns NULL object.
Contents
Index
![]()
|