Subject Re: [IBO] TDataset-compatible components in IntraWeb applications
Author Helen Borrie
At 10:43 PM 15/04/2008, gsndelphicoder wrote:

>I have been placing data access components on the UserSession DM
>without any problem. What benefit would there be in using another DM?

1. Adherence to strict layering. Makes the DM a chunk of portable code.
2. A compact little object package that gets created and destroyed by the object that owns it. That's good any time but especially good in shared objects.

Helen