connection pool

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
prwalleri
Posts: 1
Joined: Sat 03 Jan 2009 18:18

connection pool

Post by prwalleri » Sun 04 Jan 2009 15:46

I am a newbie. Please forgive my ignorance in advance.

Where do I place a TUniConnection vcl object in a Delphi IntraWeb application for connection pooling to work. Do I place it in the datamodule, servercontroller or just on a form?

Thanks,
Peter

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 05 Jan 2009 08:23

You can place the TUniConnection component in any place. Connection pooling should work anyway.

Post Reply