Retrieves the current SQL state.
size_t sqlany_sqlstate( a_sqlany_connection * conn, char * buffer, size_t size )
conn A connection object returned from sqlany_new_connection.
buffer A buffer to be filled with the current 5-character SQL state.
size The buffer size.
The number of bytes copied into the buffer.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |