Page 1 of 1

TZConnection not a TCustomConnection :?:

Posted: 30.03.2011, 18:05
by vannus
Why isn't TZConnection (or TZAbstractConnection) inherited from TCustomConnection?
its the same for datasets as well.

TIA

Posted: 03.04.2011, 00:20
by mdaems
Please try to change the code to inherit from TCustomConnection. It seems like that class is available in Delphi and FPC, so you might be lucky.
Can you tell us why this would be useful?

For the query compoentns : what class should they inherit from?

Mark