瀏覽代碼

* Removed Dialect property from TMySQLxxConnection

git-svn-id: trunk@8511 -
joost 18 年之前
父節點
當前提交
9818d06afb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

+ 0 - 2
packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

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