|
@@ -75,7 +75,6 @@ Type
|
|
|
|
|
|
TConnectionName = class (TSQLConnection)
|
|
TConnectionName = class (TSQLConnection)
|
|
private
|
|
private
|
|
- FDialect: integer;
|
|
|
|
FHostInfo: String;
|
|
FHostInfo: String;
|
|
FServerInfo: String;
|
|
FServerInfo: String;
|
|
FMySQL : PMySQL;
|
|
FMySQL : PMySQL;
|
|
@@ -126,7 +125,6 @@ Type
|
|
property ClientInfo: string read GetClientInfo;
|
|
property ClientInfo: string read GetClientInfo;
|
|
property ServerStatus : String read GetServerStatus;
|
|
property ServerStatus : String read GetServerStatus;
|
|
published
|
|
published
|
|
- property Dialect : integer read FDialect write FDialect;
|
|
|
|
property DatabaseName;
|
|
property DatabaseName;
|
|
property HostName;
|
|
property HostName;
|
|
property KeepConnection;
|
|
property KeepConnection;
|