Re: OO DB question
- From: "David Veeneman" <davidv@xxxxxxxxxx>
- Date: Tue, 27 Dec 2005 07:35:26 -0600
It's really an architectural question. Is the project small enough to manage
without an object model? for simple apps, you can pass datasets back and
forth. Definitely the easiest way to go. But this approach won't work in
more complex apps--multiple forms and numerous capabilities lead to
duplication and brittleness--when I fix X, I break Y. An object model helps
organize the work and isolate the various parts of the system from each
other, while not impeding communication among them. So, the question
becomes, "How much infrastructure do I need in this particular app?" For a
simple app, an object model is overkill.
.
- Follow-Ups:
- Re: OO DB question
- From: Joanna Carter [TeamB]
- Re: OO DB question
- From: Chris
- Re: OO DB question
- References:
- OO DB question
- From: Chris
- OO DB question
- Prev by Date: RE: Embedded Color Cursors
- Next by Date: Re: Can you write code directly in CIL ???
- Previous by thread: Re: OO DB question
- Next by thread: Re: OO DB question
- Index(es):
Relevant Pages
|