Unit 'MSSQLConn' Package
[Overview][Classes][Variables][Index] [#fcl]

TSybaseConnection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Sybase ASE database connector.

Declaration

Source position: mssqlconn.pp line 134

type TSybaseConnection = class(TMSSQLConnection)

public

  constructor Create(); override;

  

Create a Sybase database connection.

end;

Inheritance

TSybaseConnection

  

Sybase ASE database connector.

|

TMSSQLConnection

  

Microsoft SQL Server database connector.

|

TSQLConnection

  

An abstract class representing a connection to a SQL Database.

|

TDatabase

  

Base class for connecting a FreePascal application to an external Database engine.

|

TCustomConnection

  

Abstract class for connections to a server.

|

TComponent

|

TPersistent,IUnknown,IInterfaceComponentReference

|

TObject,IFPObserved

Description

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)


Documentation generated on: Jul 24 2023