HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
Table 22-7 DBP Mapping Parameters
DescriptionParameter
Mandatory.
placeholder
For OCI: Any string value. Passed to the OCIBindByName function. Binds
the mapping to a placeholder in the SQL statement as defined by the OCI
syntax based on string matching.
For ODBC: Integer value. Identifies the order or position of the DBP
parameter in the SQL statement. Passed to the SQLBindParameter
function. Binds the mapping to a placeholder in the SQL statement as
specified by the ODBC syntax. Input mappings and output mappings use
separate ordering, each starting with 1.
Mandatory. Specifies the column width as defined in the database schema.
Used by the database client library to determine the length of data to reserve
for processing the column.
db_width
Mandatory. Used by the database column library to specify the type
conversion to be performed on the data. You can use one of the following
keywords:
db_type
CHAR
INT
RAW
Example 22-3 shows a single input and output mapping for OCI and ODBC.
358 SQL Access