Retrieve error parameter via ordinal.
size_t ULGetErrorParameter ( SQLCA * sqlca, ul_u_long parm_num, ul_char * buffer, size_t size );
sqlca A pointer to the sqlca.
parm_num The ordinal parameter number.
buffer Pointer to a buffer to contain the error parameter.
size The size in bytes of the buffer.
This function returns the number of characters copied to the supplied buffer.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |