TConnLostCause

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
WalterCiceri
Posts: 1
Joined: Mon 17 Dec 2007 13:10

TConnLostCause

Post by WalterCiceri » Mon 17 Dec 2007 14:35

Please let me Know where can I find TConnLostCause :

This is the error found when I call Event onConnectionLost into the TMyConnection VCL component.

E2003 Undeclared identifier: 'TConnLostCause'

Regards
Walter

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 17 Dec 2007 16:12

This type is defined in the MemData unit. You should add MemData to the uses clause.

Post Reply