EPUB | CHM | PDF

EPSQLDatabaseError.Properties

Top Previous Next

Please see EPSQLDatabaseError properties short descriptions below:

ErrorContext

An indication of the context in which the error occurred.

ErrorDetail

To get details on error occurred.

ErrorHint

Hint message from a server about error within SQL statement executed.

ErrorInternalPos

To get position of error within internal SQL statement executed.

ErrorInternalQuery

The text of a failed internally-generated command.

ErrorPos

To get position of error within SQL statement executed.

ErrorPrimary

To get general message on error occurred.

ErrorSeverity

To get severity of error occurred.

ErrorSourceFile

The file name of the source-code location where the error was reported.

ErrorSourceFunc

The name of the source-code function reporting the error.

ErrorSourceLine

The line number of the source-code location where the error was reported.

ErrorSqlState

To get SQLSTATE representation of error within SQL statement executed.