Subject Re: [IBO] TDataset-compatible components in IntraWeb applications
Author nols_smit
--- In IBObjects@yahoogroups.com, "gsndelphicoder" <branden@...> wrote:
>
>
> I have been placing data access components on the UserSession DM
> without any problem. What benefit would there be in using another DM?
>
Actually, what I'm aiming at is using a shared DM for the purpose of
connection pooling. But as you know, it may become tricky, especially
where page browsing in involved (TTIWDBAdvWebGrid from TMSSoftware)
and also where you refer to a record after the unlock of the
connection (I have to do that where I use the Rubicon search engine).

I'm busy implemented connection pooling in my Sageolit application,
mentioned on www.tamaracka.com. Currently I'm using IBX and that's
why it's not working properly. Hopefully with IBObjects, it will.

Nols Smit