Explorar el Código

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

git-svn-id: trunk@19361 -

marco hace 14 años
padre
commit
0f79033143
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;