a_sqlany_bind_param_info structure

Gets information about the currently bound parameters.

Syntax

typedef struct a_sqlany_bind_param_info

Remarks

sqlany_get_bind_param_info() can be used to populate this structure.

To view examples of the a_sqlany_bind_param_info structure in use, see any of the following sample files in the sdk\dbcapi\examples directory of your SQL Anywhere installation.

  • preparing_statements.cpp
  • send_retrieve_full_blob.cpp
  • send_retrieve_part_blob.cpp