mydac 4 fr2 build error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hzkucuk
Posts: 1
Joined: Thu 18 Nov 2004 10:47

mydac 4 fr2 build error

Post by hzkucuk » Fri 14 Oct 2005 09:29

hi,

Build
[Error] FR_MyDACTable.pas(159): Incompatible types: 'TMyConnection' and 'TCustomMyConnection'
[Fatal Error] FR_MyDACQuery.pas(18): Could not compile used unit 'FR_MyDACTable.pas'

help me

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 17 Oct 2005 08:10

Please change TMyConnection to TCustomMyConnection in declaration of frGetDataBaseName procedure

Post Reply