Ver Mensaje Individual
  #2  
Antiguo 27-07-2010
Avatar de mlara
[mlara] mlara is offline
Miembro Premium
 
Registrado: jun 2003
Ubicación: Colombia
Posts: 667
Reputación: 24
mlara Va por buen camino
Terminé usando el componente MDOServerProperties. Después de fijar sus parámetros:

Código:
try
  try
    Active := True;
    Application.MessageBox('Prueba de conexión exitosa!', 'Información', mb_Ok);
  except
    on E: Exception do begin
      Application.MessageBox(PAnsiChar('Prueba de conexión no exitosa!'#13#10#10'Mensaje del sistema:'#13#10#10+E.Message), 'Información', mb_Ok);
    end
  end
finally
  Active := False;
end
__________________
...y mañana caminaré por las calles pasando inadvertido, como siempre.
Responder Con Cita