Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
sasql_stmt sasql_prepare( sasql_conn $conn, string $sql_str )
准备所提供的 SQL 字符串。
$conn 由连接函数返回的连接资源。
$sql_str 要准备的 SQL 语句。此字符串可通过在适当位置嵌入问号来包含参数标记。
有关 SQL 语句的详细信息,请参见SQL 语句。
语句对象或 FALSE(失败时)。