| 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.3 Methods for Creating Bind Tables
INVOKE BIND-A "REGISTER-INDICATOR" USING GET-DATA INDICATOR.
BIND-A [attribute:OBJECT REFERENCE special-class-name]
Specifies a bind table object.
GET-DATA [attribute:optional]
Specifies a data item.
INDICATOR [attribute:S9(4) BINARY|COMP|COMP-5]
Specifies an indicator variable.
None
The REGISTER-INDICATOR method registers a data item that handles data other than data in the variable-length or binary format, or data that handles a NULL value.
When a field that is fetched contains a NULL value, an indicator variable of -1 is set.
When a NULL value is set in a field, an indicator variable of -1 is set.
Contents
Index
![]()
|