Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » ULSqlcaBase class

GetCA function Next Page

GetParameter function


Synopsis

size_t ULSqlcaBase::GetParameter(
ul_u_long parm_num,
char * buffer,
size_t size
)

Parameters
Remarks

Gets the error parameter string.

The output parameter string is always null-terminated, even if the buffer is too small and the parameter is truncated. The parameter number is 1-based.

Returns