[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Connection definition for TSQLConnector.
Source position: mssqlconn.pp line 155
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; |
|
Connection definition for TSQLConnector. |
|
| | ||
|
Connection type definition class. |
|
| | ||
| | ||
TObject,IFPObserved |
Describes the MS SQL connection properties for TSQLConnector
|
Microsoft SQL Server database connector. |
|