Installation - Delphi 2005 with 6.6.1 MySQL

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
asklodowski
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 10.05.2007, 14:01

Installation - Delphi 2005 with 6.6.1 MySQL

Post by asklodowski »

Hi every one :)

I have a problem with installation 6.6.1 version on my Delphi 2005 Personal.

Compilation errors occurs in ZComponent90 and ZComponentDesign90:
[Fatal Error] ZComponent.dpk(32): E2202 Required package 'dbrtl' not found
[Fatal Error] ZComponentDesign.dpk(32): E2202 Required package 'dbrtl' not found

After my try of compilation I tried to install already compiled modules for example ZCore and I have another error
ZCore.bpl can't be installed because it is not design time package.

I know that my english is not very good, sorry :oops:
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi asklodowski,
Are you sure the Delphi2005 personal edition contains the required database packages? In earlier versions of Delphi database support was not available in non-professional editions. Is the TDataset object available in your delphi version?

Sorry, I may be totally wrong. Somebody else knows more?

Mark
Last edited by mdaems on 18.05.2007, 12:59, edited 1 time in total.
asklodowski
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 10.05.2007, 14:01

Post by asklodowski »

This is a problem, there is no such element like TDataset. :?
Is there maybe posibillity to install this package with cheat?
btrewern
Expert Boarder
Expert Boarder
Posts: 193
Joined: 06.10.2005, 18:51

Post by btrewern »

You can try using Lazarus see: http://www.lazarus.freepascal.org/

or I think you could install just part of Zeos and use the ZDBC API. See the Knowledge Base.

the main problem with not having TDataset support is you'll not be able to use any data aware components - I'd have a look at Turbo Delphi. You may not be able to install Zeos into the IDE but you can still create the components at runtime. More effort but would work.

Regards,

Ben
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

And, if you look here you'll find a way to get around the installation limitations of Turbo, if you want.

Mark
asklodowski
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 10.05.2007, 14:01

Post by asklodowski »

This ZDBC API is enough for me :D.
But I don't which files add to my project, I already have checked catalogs with Zoes 6.6.1.

EDIT:
I already found files with API, src\dbc.
I think that main files are ZDbcIntfs and ZDbcMySql.
Post Reply