Create a new instance of ESQLDatabaseError.
Source position: sqldb.pp line 127
| public constructor ESQLDatabaseError.CreateFmt( | 
| const Fmt: string; | 
| const Args: array of Const; | 
| Comp: TComponent; | 
| AErrorCode: Integer; | 
| const ASQLState: string | 
| ); overload; | 
| Fmt | 
 | Format string. | 
| Args | 
 | Arguments for format string. | 
| Comp | 
 | Component raising the error. | 
| AErrorCode | 
 | Native client error code. | 
| ASQLState | 
 | Native client SQL reported state. | 
CreateFmt is overloaded in ESQLDatabaseError to be able to specify the ErrorCode and SQLState.
| 
 | SQL engine error code. | |
| 
 | ANSI SQL error state. |