SQL_Execute Function

Executes a prepared statement. All parameters must be bound beforehand.

bool SQL_Execute(Handle statement)

Parameters

Handle statement

A statement (prepared query) Handle.

Return Value

True on success, false on failure.

Errors

Invalid statement Handle.