Page 1 of 1

Connection pooling and Intraweb

Posted: Mon 14 Mar 2005 20:00
Hi!

Delphi 7, IW 7.2.1.0, Oracle 9.2.4.0, Win XP SP2 (Win 2k SP4)

How to use connection pooling in shared server enviroment, where app. server is presented as Itraweb standalone application.

Please some hints according mentioned configuration.

Sorry if that post is repeated, but there is no search option (as far I can see!)

THX!

:idea:

Posted: Tue 15 Mar 2005 12:32
by Alex
The work with pooling options = true is the same as without it, all pooling operations executed implicitly, so You can use it , as needed.
If You encounter some troubles pls. describe it and send us small demo project.
Also I suggest You to see TCustomDAConnection.Pooling and TCustomDAConnection.PoolingOptions topics in ODAC help.

Posted: Wed 23 Mar 2005 17:31
by funky_disco_freak
Pooling that you mention is Intraweb or ODAC pooling?

THX

Posted: Thu 24 Mar 2005 09:29
by Paul
Yes, it was written about ODAC pooling of connections to Oracle server