sasql_stmt sasql_prepare( sasql_conn $conn, string $sql_str )
Prepares the supplied SQL string.
$conn The connection resource returned by a connect function.
$sql_str The SQL statement to be prepared. The string can include parameter markers by embedding question marks at the appropriate positions.
For more information about SQL statements, see SQL statements.
A statement object or FALSE on failure.