Connection Lost

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dvamaster
Posts: 1
Joined: Tue 16 Feb 2010 07:00

Connection Lost

Post by dvamaster » Tue 16 Feb 2010 07:12

How to track the loss of connection? Program hangs, OnConnectionLost and OnError events do not occur!

Delphi 2010, MyDAC 5.90.0.55 Trial Edition

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 16 Feb 2010 09:15

The OnConnectionLost event is arised when the TMyConnection.Options.LocalFailover property is set to True.

Post Reply