Fixed-length portion

The following table describes the fixed-size portion of the sqlda structure, which consists of a single field.
Table 1. Field in the fixed-size portion of an sqlda structure
Field Data type Description
sqld short The number of column values or occurrences in the sqlda structure. This is the number of sqlvar_struct structures, one for each column. The DESCRIBE...INTO statement sets sqld to the number of described columns. You must set sqld to initialize the field before you send column values to the database server.