Connection pooling and Intraweb

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]

Connection pooling and Intraweb

Post by [email protected] » 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:

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 15 Mar 2005 12:32

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.

funky_disco_freak

Post by funky_disco_freak » Wed 23 Mar 2005 17:31

Pooling that you mention is Intraweb or ODAC pooling?

THX

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 24 Mar 2005 09:29

Yes, it was written about ODAC pooling of connections to Oracle server

Post Reply