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:
David Arranz 2008-12-01 10:38:04 +00:00
parent 5beea7b2b5
commit f26e64bd06

View File

@ -158,6 +158,8 @@ function TdmServer.DarNuevaConexion: IDAConnection;
begin
with ConnectionManager do
Result := NewConnection(GetDefaultConnectionName, False);
if not Result.isAlive then
Result.Open;
end;
procedure TdmServer.IniciarLog;