Thanks Theo,
that works
(but I don't like it when I don't understand why I'm doing things...).
/Martin
Search found 5 matches
- 05.01.2011, 09:59
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZeosLib + Delphi XE- Official Thread
- Replies: 20
- Views: 5012
- 28.12.2010, 15:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZeosLib + Delphi XE- Official Thread
- Replies: 20
- Views: 5012
- 28.12.2010, 11:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZeosLib + Delphi XE- Official Thread
- Replies: 20
- Views: 5012
Hi Theo, I ran into the same issue.... the following modification did solve it : 1) Postgres Issue : ----------------------- ......Zeos-SVN\packages\delphi15\ZComponent.dpk Line 59 : added : {$IFDEF ENABLE_POSTGRESQL}, ZPgEventAlerter in '..\..\src\component\ZPgEventAlerter.pas' {$ENDIF}; and .........
- 27.12.2010, 10:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZeosLib + Delphi XE- Official Thread
- Replies: 20
- Views: 5012
- 26.12.2010, 17:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZeosLib + Delphi XE- Official Thread
- Replies: 20
- Views: 5012
The App I'm working on was developed on Delphi 11 using ZeosLib, which worked great! I'm trying to use ZeosLib (7 Alpha) with Delphi XE now. I got it to run... unfortunately I'm having difficulties with DateTime Fields on an Access 2003 Database (get a field mismatch Date <-> DateTime). I took a sho...