Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference

 

a_sqlany_bind_param struct

Binds prepared statement parameters for execution.

Syntax
public a_sqlany_bind_param
Properties
Name Type Description
direction a_sqlany_bind_param The data direction (input, output, input_output).
name a_sqlany_bind_param The bind parameter name.
value a_sqlany_bind_param The value to be set.
See also
Examples

To view examples of the a_sqlany_bind_param struct reference syntax, see: