Hi,
I don't know where to type...
Can I install Zeos in Delphi 2005 Personal?
Greetz.
Delphi 2005 Personal
Moderators: gto, cipto_kh, EgonHugeist
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!
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 . 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!
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 . 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!