bool sasql_stmt_execute( sasql_stmt $stmt )
Executes the prepared statement. The sasql_stmt_result_metadata can be used to check whether the statement returns a result set.
$stmt A prepared statement resource that was returned by the sasql_prepare function. Variables should be bound before calling execute.
TRUE for success or FALSE on failure.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |