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!!!
ZConnectionGroup and ZGroupedConnection
Moderators: gto, EgonHugeist, olehs
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact:
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
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
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact: