sasql_stmt_execute

Executes the prepared statement. The sasql_stmt_result_metadata can be used to check whether the statement returns a result set.

Prototype

bool sasql_stmt_execute( sasql_stmt $stmt )

Parameters

$stmt – A prepared statement resource that was returned by the sasql_prepare function. Variables should be bound before calling execute.

Returns

TRUE for success or FALSE on failure.