Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets information about the currently bound parameters.
public typedef struct a_sqlany_bind_param_info
a_sqlany_data_direction
The direction of the parameter.
a_sqlany_data_value
Information about the bound input value.
char *
A pointer to the name of the parameter.
Information about the bound output value.
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.