Returns the description of the current error.
public size_t GetString(char * dst, size_t len)
dst The buffer to receive the error description.
len The size, in array elements, of the buffer.
The size required to store the string. The string is truncated when the return value is larger than the len value.
The string includes the error code and all parameters. A full description of the error can be obtained by loading the URL returned by the ULError.GetURL method.
The output string is always null-terminated, even if the buffer is too small and the string is truncated.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |