Parameter
|
Type
|
Description
|
OUTPUT
|
|
|
sSqlState
|
StringBuffer
|
SQL state string if sSqlState is not NULL. Returns an empty string if no errors available.
|
piNativeError
|
xo_int
|
Integer value indicating a native error. This code will be made available to the client application. Provide this if piNativeError is not NULL.
|
sErrorText
|
StringBuffer
|
Error message of length SQLDRV_MAX_MESSAGE_LENGTH or less if sErrorText is not NULL. Returns an empty string if no errors available. |
RETURN
|
|
|
|
int
|
OADS_SUCCESS - error is being returned
OADS_NO_DATA – no errors available
OADS_ERROR – error in processing error request
|