Page 1 of 1

ZConnectionGroup and ZGroupedConnection

Posted: 10.02.2011, 18:38
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!!!

Posted: 11.02.2011, 22:55
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!!

Posted: 12.02.2011, 10:47
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

Posted: 12.02.2011, 19:48
by Betus
All right, thanks a lot buddy...I'll take a look on it..

Posted: 18.02.2011, 14:21
by SlavoF
ZComponent.dcr not contains these two components
component pallete in Delphi is witout bitmaps

Posted: 18.02.2011, 14:49
by Wild_Pointer
Anyone willing to do the artwork for those 2 components is welcome here :)