[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Sybase ASE database connector.
Source position: mssqlconn.pp line 141
| type TSybaseConnection = class(TMSSQLConnection) | ||
| public | ||
| constructor Create(); override; | 
 | Create a Sybase database connection. | 
| end; | 
| 
 | Sybase ASE database connector. | |
| | | ||
| 
 | Microsoft SQL Server database connector. | |
| | | ||
| 
 | An abstract class representing a connection to a SQL Database. | |
| | | ||
| 
 | Base class for connecting a FreePascal application to an external Database engine. | |
| | | ||
| 
 | Abstract class for connections to a server. | |
| | | ||
| | | ||
| | | ||
Connector to Sybase Adaptive Server Enterprise (ASE) database servers.
Requirements:
FreeTDS (dblib.dll)
Older FreeTDS libraries may require freetds.conf: (http://www.freetds.org/userguide/freetdsconf.htm)
[global]
tds version = 7.1
client charset = UTF-8
port = 5000 (optional)
dump file = freetds.log (optional)
text size = 2147483647 (optional)