Search found 1 match

by bryan
28.04.2006, 14:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Installation problems with d2006
Replies: 10
Views: 3091

The type of TLoginEvent had been remove from Unit DB to DBCommonTypes

at Delphi 2006. So you need edit the ZConnection.pas for add some lines under

the Uses keywords, like this:

{$IFDEF VER180}
DBCommonTypes,
{$ENDIF}