| 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.2 Methods
INVOKE COMMAND-A "BIND-PARAMETERS" USING BIND-A RETURNING RET-CODE.
COMMAND-A [attribute:OBJECT REFERENCE FJDB-COMMAND]
Specifies an object of the FJDB-COMMAND class.
BIND-A [attribute:OBJECT REFERENCE special-class-name]
Specifies an object variable of the bind table.
RET-CODE [attribute:S9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
The BIND-PARAMETERS method sets the values of the bind table as dynamic parameters when an OPEN-RECORDSET or EXECUTE-COMMAND method is executed.
It is issued only once immediately after an object of the FJDB-COMMAND class is created.
Contents
Index
![]()
|