What do these components do?

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
Cmasters2002
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 08.04.2012, 12:58

What do these components do?

Post by Cmasters2002 »

Hi would it be possible for someone to tell me what the following components do and which DB platforms they work on-

ZGroupedConnection
ZConnectionGroup
ZSQLProcessor
ZSequence
Or could someone point me to a source of documentation for the above

thanks

Colin
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ZGoupedConnection:
Is a Connection-Component which is able to be managed from the ConnectionGroup.

ZConnectionGroup is a Connaction-Manger Componet which is able to control n-Connections. So you can access different connections by using one common Component.

TZSQLProzessor:
Is a Component which is able to execute ParameterQueries or complete SQL-scripts.

ZSequence is a very usefull Component for Firebird/PostgreSQL to get alwas unique ID's from a table. It's a question of your design if you need this Component.

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply