Statement.getLastErrorText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the error text that is returned by the SQL database backend for the last SQL operation.
public:
virtual System::String ^ getLastErrorText();
public virtual string getLastErrorText ();
abstract member getLastErrorText : unit -> string
override this.getLastErrorText : unit -> string
Public Overridable Function getLastErrorText () As String
Returns
The error text that is provided by the SQL database for the last SQL operation.