Executes the specified SQL statement immediately without returning a result set.
sacapi_bool sqlany_execute_immediate( a_sqlany_connection * conn, const char * sql )
conn A connection object with a connection established using sqlany_connect.
sql A string representing the SQL statement to be executed.
1 on success or 0 on failure.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |