FireDAC.Phys.MSSQL.TFDMSSQLError

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCWrapper.TFDODBCNativeErrorFireDAC.Stan.Error.TFDDBErrorSystem.TObjectTFDMSSQLError

Delphi

TFDMSSQLError = class(TFDODBCNativeError)

C++

class PASCALIMPLEMENTATION TFDMSSQLError : public Firedac::Phys::Odbcwrapper::TFDODBCNativeError

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MSSQL.pas
FireDAC.Phys.MSSQL.hpp
FireDAC.Phys.MSSQL FireDAC.Phys.MSSQL

Description

Comprises FireDAC SQL Server errors, warnings, and messages for the EMSSQLNativeException exception class.

The TFDMSSQLError object is a container for the information pertaining to one database error, warning, or message. One or more TFDMSSQLError objects are included in the Errors property of the EMSSQLNAtiveException object. Compared to TFDDBError, the TFDMSSQLError class also comprises error attributes specific to the SQL Server.

See Also