| 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
Creates a bind table object.B
INVOKE special-class-name "NEW" USING ELM-NO RETURNING BIND-A.
ELM-NO [attribute:S9(9) BINARY|COMP|COMP-5]
Sets a count of the number of the items of data to be registered in the bind table.
BIND-A [attribute:USAGE OBJECT REFERENCE special-class-name]
Returns a bind table object.
The NEW method creates an object having the number of data items registered not exceeding the value of the argument "ELM-NO" Argument
Special-class-name is an optional name.
Contents
Index
![]()
|