A bind parameter structure used to bind parameter and prepared statements.
public typedef struct a_sqlany_bind_param
a_sqlany_data_direction
The direction of the data. (input, output, input_output)
char *
Name of the bind parameter. This is only used by sqlany_describe_bind_param().
a_sqlany_data_value
The actual value of the data.
To view examples of the a_sqlany_bind_param structure in use, see any of the following sample files in the sdk\dbcapi\examples directory of your SQL Anywhere installation.