[Overview][Classes][Variables][Index] Reference for unit 'MSSQLConn' (#fcl)

TMSSQLConnectionDef

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

Connection definition for TSQLConnector

Declaration

Source position: mssqlconn.pp line 149

type TMSSQLConnectionDef = class(TConnectionDef)

  class function TypeName; override;

  

Connection type name

  class function ConnectionClass; override;

  

Connection class to use.

  class function Description; override;

  

Short description of connection

  class function DefaultLibraryName; override;

  

Default name of the MSSQL client library

  class function LoadFunction; override;

  

Return Function to call when loading MS-SQL support

  class function UnLoadFunction; override;

  

Return Function to call when unloading MS-SQL support

  class function LoadedLibraryName; override;

  

Actally loaded library name

end;

Inheritance

TMSSQLConnectionDef

  

Connection definition for TSQLConnector

|

TConnectionDef

  

Connection type definition class

|

TPersistent,IFPObserved

|

TObject

Description

Describes the MS SQL connection properties for TSQLConnector

See also

TMSSQLConnection

  

Microsoft SQL Server database connector

TSQLConnector


Documentation generated on: May 14 2021