Share via


Statement.getLastErrorText Method

Retrieves the error text that is returned by the SQL database backend for the last SQL operation.

Syntax

public str getLastErrorText()

Run On

Called

Return Value

Type: str
The error text that is provided by the SQL database for the last SQL operation.

See Also

Reference

Statement Class