Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
立即执行提供的 SQL 语句,不返回结果集。
public sacapi_bool sqlany_execute_immediate( a_sqlany_connection * sqlany_conn, const char * sql )
sqlany_conn 已使用 sqlany_connect() 建立连接的连接对象。
sql 表示要执行的 SQL 语句的字符串。
成功则为 1,失败则为 0。
此函数对于不返回结果集的 SQL 语句十分有用。