Database minorErrorCode()
syntax: |
database.minorErrorCode() |
return: |
variable - the result returned by this method varies depending on the database server being used. In general, the method returns a secondary error code indicating a condition where the last database activity may not have completed as expected.
|
description: |
The result returned by this method varies depending on the database server being used. In general, the method returns a secondary error code indicating a condition where the last database activity may not have completed as expected.
|
see: |
#link <sedbc>, Database majorErrorCode, Database majorErrorMessage, Database minorErrorMessage()
|
example: |
errCode = db.minorErrorCode(); |