ZConnectionGroup and ZGroupedConnection

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
Betus
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 20.01.2011, 22:38

ZConnectionGroup and ZGroupedConnection

Post by Betus »

Hi guys...

I'm new in Zeos and I'm developing a client-server application with Delphi havin MySQL as the database.

What I need to do is a middleware capable of handling several client connections to the database, I mean, someting like an ASTA server. I downloaded an astaMySQLserver (Zeos), but it's deprecated and can not use it with the latests versions of Zeos.

Then, I need to do something that acts like an astaMySQLServer. Any idea about how can I do this???

I will appreciate any indication. I was just wondering if ZConnectionGroup and ZGroupedConnection components are designed for doing this kind of stuff.

Thanks in advance!!!
Betus
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 20.01.2011, 22:38

Post by Betus »

mmmh, I think this is gonna take some time for answering. Well, could somebody give a brief explanation about what this two components are for??? I've been searching for information about them but can't find it.

Thanks a lot!!
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

Post by Wild_Pointer »

Betus,

try reading http://zeos.firmos.at/viewtopic.php?t=2 ... up&start=0

these two components are needed to have several connections to the same server without filling connection parameters all the time. You fill the parameters only for group and grouped connection gets it (thats in short)

Good luck
Betus
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 20.01.2011, 22:38

Post by Betus »

All right, thanks a lot buddy...I'll take a look on it..
SlavoF
Junior Boarder
Junior Boarder
Posts: 29
Joined: 12.02.2009, 15:31
Location: Nitra, Slovakia
Contact:

Post by SlavoF »

ZComponent.dcr not contains these two components
component pallete in Delphi is witout bitmaps
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

Post by Wild_Pointer »

Anyone willing to do the artwork for those 2 components is welcome here :)
Locked