Hello List,

I'm looking for a database connection manager that allow me to manage any
open query connection.
What does it mean ?

Well lets say I have two forms that can open the same query that is located
in a DataModule, now I want to close the connection only when the last form
that asked to open it is closed, instead of closing it in each form, a
manager will know what opened it, and how many requests to close it, and
only when the last request has arrived, it will close the connection.

Is there anything existed for it today, or should I create one (and post it
here as a new class) ?

Thanks,
Ido

http://ik.homelinux.org/
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to