Stores information about the last error occured in the library into an array.
AErrorEx(cArrayName)
Parameters
- cArrayname
The name of the array into which additional error information of the last FLL call is stored:
Note
If no error occurred, AERROREX( ) does not create the array.
Structure of array. Column Content 1 error number of the last API call (GetLastError()) 2 name of the API function that reported the error 3 error message 4 ODBC State value (only set on ODBC related calls)
Return Value
The number of errors.