| 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
Registers a data item in a bind table.
INVOKE BIND-A "REGISTER" USING GET-DATA.
BIND-A [attribute:OBJECT REFERENCE special-class-name]
Specifies a bind table object.
GET-DATA [attribute:optional]
Specifies a data item to be registered in the bind table.
None
The REGISTER method registers a data item that handles data other than data in the variable-length or binary format in a bind table.
GET-DATA must be an elementary item.
Contents
Index
![]()
|