Deshacer adaptación a UTF8 hasta que no cambiemos el driver de DA para firebird.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@319 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
e64e0b9874
commit
f384144719
@ -42,7 +42,7 @@ object dmServer: TdmServer
|
||||
ConnectionString =
|
||||
'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' +
|
||||
'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' +
|
||||
'harset=UTF8;'
|
||||
'harset=ISO8859_1;'
|
||||
ConnectionType = 'Interbase'
|
||||
Default = True
|
||||
end>
|
||||
|
||||
@ -184,13 +184,13 @@ begin
|
||||
+ ';Database=' + FDBPath
|
||||
+ ';UserID=' + FDBUser
|
||||
+ ';Password=' + Decrypt(FDBPass)
|
||||
+ ';Dialect=3;Charset=UTF8;';
|
||||
+ ';Dialect=3;Charset=ISO8859_1;';
|
||||
|
||||
{ Result := 'FIB?Server=' + FDBServer + '/' + FDBPort
|
||||
+ ';Database=' + FDBPath
|
||||
+ ';UserID=' + FDBUser
|
||||
+ ';Password=' + Decrypt(FDBPass)
|
||||
+ ';Dialect=3;Charset=UTF8;';}
|
||||
+ ';Dialect=3;Charset=ISO8859_1;';}
|
||||
end;
|
||||
|
||||
procedure TdmServer.LeerConfiguracion;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user