sasql_stmt_execute

Prototype
bool sasql_stmt_execute( sasql_stmt $stmt )
Description

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

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.

Related functions