Retrieves information about the parameters that were bound using sqlany_bind_param.
sacapi_bool sqlany_get_bind_param_info( a_sqlany_stmt * stmt, sacapi_u32 index,
a_sqlany_bind_param_info * info )
stmt A statement successfully prepared using sqlany_prepare.
index The index of the parameter. The number must be between 0 and sqlany_num_params() - 1.
info The sqlany_bind_param_info buffer to be populated with the bound parameter's information.
1 on success or 0 on failure.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |