Create a new instance of TSQLConnection.
Source position: sqldb.pp line 280
| public constructor TSQLConnection.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner for the new TSQLConnectioninstance. | 
Create initialized a new instance of TSQLconnection. After calling the inherited constructor, it will initialize the FieldNameQuoteChars property and some other fields for internal use.
| 
 | Characters used to quote field names. |