| 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 associated with data in the variable-length format in a bind table.
INVOKE BIND-A "REGISTER-VARYING" USING GET-DATA-LEN GET-DATA-DAT.
BIND-A [attribute:OBJECT REFERENCE special-class-name]
Specifies a bind table object.
GET-DATA-LEN [attribute:S9(9|4) BINARY|COMP|COMP-5]
Specifies the length field of variable-length data.
GET-DATA-DAT [attribute:X(n)|N(n)]
Specifies the data field of variable-length data.
None
The REGISTER-VARYING method registers a data item in the variable-length format in a bind table.
GET-DATA-LEN‚ÆGET-DATA-DAT must be elementary items associated with the same group item.
Contents
Index
![]()
|