Servidor -> Devolver las conexiones abiertas.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@787 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
5beea7b2b5
commit
f26e64bd06
@ -158,6 +158,8 @@ function TdmServer.DarNuevaConexion: IDAConnection;
|
|||||||
begin
|
begin
|
||||||
with ConnectionManager do
|
with ConnectionManager do
|
||||||
Result := NewConnection(GetDefaultConnectionName, False);
|
Result := NewConnection(GetDefaultConnectionName, False);
|
||||||
|
if not Result.isAlive then
|
||||||
|
Result.Open;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TdmServer.IniciarLog;
|
procedure TdmServer.IniciarLog;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user