Create a Sybase database connection.
Source position: mssqlconn.pp line 143
| public constructor TSybaseConnection.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the connection instance. | 
Create is the default constructor for the TSybaseConnection class. It calls the inherited constructor and sets some defaults.