Class TSQLConnect (unit SQLConnect)

Inherits from

TComponent

Constructors


constructor Create( AOwner : TComponent );



Functions

destructor Destroy;


function SetDBParams : boolean;


Properties

property CheckOnExec : Boolean


property Database : TDatabase


property RootKey : String


property ServerName : String


property UserName : String


Events

Variables

FKey : String;

Protected declarations

FCheck : Boolean;


FDatabase : TDatabase;


FServerName : String;


FUserName : String;



Constructors


constructor Create( AOwner : TComponent );


Functions


destructor Destroy;


function SetDBParams : boolean;


Properties


property CheckOnExec : Boolean


property Database : TDatabase


property RootKey : String


property ServerName : String


property UserName : String


Events


Variables


FKey : String;

Protected declarations


FCheck : Boolean;


FDatabase : TDatabase;


FServerName : String;


FUserName : String;