Binds a user-supplied buffer as a parameter to the prepared statement.
sacapi_bool sqlany_bind_param( a_sqlany_stmt * stmt, sacapi_u32 index, a_sqlany_bind_param * param )
stmt A statement prepared successfully using sqlany_prepare.
index The index of the parameter. The number must be between 0 and sqlany_num_params() - 1.
param An a_sqlany_bind_param structure description of the parameter to be bound.
1 when successful or 0 when unsuccessful.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |