Fixed-length portion
The following table describes the fixed-size portion of
the sqlda structure, which consists of a single field.
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. |