Page 1 of 1

Delphi 2005 Personal

Posted: 13.11.2005, 13:36
by Gujet
Hi,

I don't know where to type...

Can I install Zeos in Delphi 2005 Personal?

Greetz.

Posted: 15.11.2005, 07:05
by markusv
As far as I know D2005 does not support DB connectivity. So as long as the Zeos components are native and do not require any Borland DB packages you should be able to install them.

Posted: 15.11.2005, 08:39
by Gujet
But I am not :cry:
When I try to install them I receive information that I don't have some unit in D2005...
Enyone tried to install Zeos in D2005?

Posted: 15.11.2005, 10:57
by pol
It works with D2005, but with no personal edition. Many classes inherit from TDataSet in DB.pas, which is, as far as I know, not included in personal editions.

Posted: 15.11.2005, 11:03
by Gujet
So I gotta find other components... Ehhh :roll:

Posted: 15.11.2005, 11:08
by pol
Will be hard. Quite all depend on TDataSet. Well, maybe you can use the underlying Zeos Classes beginning with ZDbcConnection, but not the visual components. I think somewhere on this site is documentation about Zeos' Architecture. Or was it AnyDAC (http://www.da-soft.com)? Also free, but with the same TDataSet problem. Have a look!

Posted: 17.11.2005, 09:55
by Michael
Hi there!

It is possible to run ZeosDBOs on a Delphi (whatever) "personal" edition. But you don't have the comfort of the components you are limited to ZDBC-functionality level which is like JDBC 8). O.K.: You will have a little bit more to code to display your result sets and edit the data within them but if you once discovered how it's done it is not that problematic anymore. I promise!

Please have a look at our article in the knowledge base:
Btw: you only have to "use" the libraries you need. There is no installation needed for ZDBC. Only the components have to be installed!

Regards!