Bind a user-supplied buffer as a parameter to the prepared statement.
public sacapi_bool sqlany_bind_param( a_sqlany_stmt * sqlany_stmt, sacapi_u32 index, a_sqlany_bind_param * param )
sqlany_stmt A statement prepared successfully using sqlany_prepare().
index The index of the parameter. This number must be between 0 and sqlany_num_params() - 1.
param A a_sqlany_bind_param structure description of the parameter to be bound.
1 on success or 0 on unsuccessful.