Obtain count of the number of error parameters.
ul_u_long ULGetErrorParameterCount ( SQLCA * sqlca );
sqlca A pointer to the SQLCA.
This function returns the number of error parameters. Unless the result is zero, values from 1 through this result can be used to call ULGetErrorParameter to retrieve the corresponding error parameter value.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |