Zeos & Instant Objects FrameWork

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Zeos & Instant Objects FrameWork

Post by Yogi Yang »

Actually I have started learning Delphi recently. I am using Delhi 2006.

I am also a newbie to Zeos as well as Instant Objects.

I would like to know if it is possible to use Instant Objects FrameWork along with Zeos.

If yes How? Please give some detailed guidelines as I am a newbie.


Thanks in Advance.

Regards,

Yogi Yang
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 Yogi,

I did manage to install Instant Objects using the Zeos broker. It's some time ago, however.
Basically, you should first install Zeoslib. After that it's just following the installation instructions for Instant Objects, as far as I remember. (I never actually used it, but that's not important)
I remember that I did have to do some very minor changes at that time as the Requestlive property was changed to ReadOnly in Zeoslib. But probably the InstantObjects people did change that in the meantime. (And if not : change 'Requestlive' to 'Not readonly')

If it doesn't work, let us know.

Mark

Mark
Image
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Post by Yogi Yang »

Thank you for the hint.

I have already installed Instant Objects...... I am going to install Zeos.

But does Zeos have valid broker for IO?

I am also experimenting with Absolute Database personal edition. Can we use Zeos with it?

Thanks,

Regars,

Yogi Yang
--
Yogi Yang
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Post by sandeep_c24 »

Hi Yogi

Install Zeos and then look in IO folder for Zeos broker. Install that and you should be working with Zeos and IO.

Regards

Sandeep
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Post by Yogi Yang »

Hello Sandeep,
sandeep_c24 wrote:Hi Yogi

Install Zeos and then look in IO folder for Zeos broker. Install that and you should be working with Zeos and IO.

Regards

Sandeep
Thank you for this hint. It did the trick!

Regards,

Yogi Yang
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Cannot install DclIOZeosDBO.dpk IOZeosDBO.dpk for InstantObj

Post by Yogi Yang »

I am not able to install the brokers for Instant Objects 2.0.

The error that I am getting is

[Pascal Error] InstantZeosDBO.pas(92): E2003 Undeclared identifier: 'TLoginEvent'

Please help me.

Thanks,

Regards,
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Post by sandeep_c24 »

Hi Yogi

Add "DBCommonTypes" to uses clause in the unit where you get the error.

Regards

Sandeep
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Post by Yogi Yang »

sandeep_c24 wrote:Hi Yogi

Add "DBCommonTypes" to uses clause in the unit where you get the error.

Regards

Sandeep
Thanks for the hint.
Post Reply