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 string to be prepared. The string can include parameter markers by embedding question marks at the appropriate positions.
A statement object or FALSE on failure.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |