瀏覽代碼

* synchronized properties between sqlconnector and sqlconnection.
Charset and role now passed on. Mantis #20398.

git-svn-id: trunk@19361 -

marco 14 年之前
父節點
當前提交
0f79033143
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/fcl-db/src/sqldb/sqldb.pp

+ 2 - 0
packages/fcl-db/src/sqldb/sqldb.pp

@@ -1987,6 +1987,8 @@ Var
 begin
   inherited DoInternalConnect;
   CreateProxy;
+  FProxy.CharSet:=Self.CharSet;
+  FProxy.Role:=self.Role;
   FProxy.DatabaseName:=Self.DatabaseName;
   FProxy.HostName:=Self.HostName;
   FProxy.UserName:=Self.UserName;