Page 1 of 1

Installation - Delphi 2005 with 6.6.1 MySQL

Posted: 10.05.2007, 16:07
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:

Posted: 10.05.2007, 18:50
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

Posted: 18.05.2007, 12:24
by asklodowski
This is a problem, there is no such element like TDataset. :?
Is there maybe posibillity to install this package with cheat?

Posted: 18.05.2007, 16:23
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

Posted: 18.05.2007, 22:35
by mdaems
And, if you look here you'll find a way to get around the installation limitations of Turbo, if you want.

Mark

Posted: 19.05.2007, 12:31
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.