GetExtendedErrorMessage (ODBCQuery - LotusScript)
Returns the long, descriptive error message text associated with an error code.
Defined in
ODBCQuerySyntax
extendedMessage$ = odbcConnection . GetExtendedErrorMessage( errorvalue )
extendedMessage$ = odbcQuery . GetExtendedErrorMessage( errorvalue )
extendedMessage$ = odbcResultSet . GetExtendedErrorMessage( errorvalue )
Parameters
errorvalue
Optional. The error number returned by GetError. Defaults to the error number for the last method called from the object.
Return value
extendedMessage$
String. The extended error message text associated with the error number.