Re: Business objects, subset of collection
- From: frebe <frebe73@xxxxxxxxx>
- Date: Fri, 18 Jan 2008 23:25:03 -0800 (PST)
If you are building a single-user application, it is easier to live
without a database.
The app is not single user, but the function of scheduling payments
is. But even so, without a DB where do you store the data the
application is working with?
In a file. As I said, it is "easier" to live without a database when
developing single-user applications. I would use a SQL anyway, since
it provides a lot of useful features.
When you say "persistance", are you talking about writing to disk?
Calling
insert into payment (invoiceid, date, amount) values ...
has very little to do with persistence. If, when or how the database
writes something to disk, is controlled by the database.
With persistence I mean the writing of the data from the business
objects or dataset to the DB (regardless of caching mechanisms in the
DB, OS, raid controller or HDDs that might delay the data actually
hitting the platters).
Communicating with the DB has very little to do with persistence. I
just wanted to check your definition, since it is difficult when one
is using ambiguous words.
What about metrics for your SQL queries?
//frebe
.
- Follow-Ups:
- Re: Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- References:
- Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- From: H. S. Lahman
- Re: Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- From: H. S. Lahman
- Re: Business objects, subset of collection
- From: frebe
- Re: Business objects, subset of collection
- From: H. S. Lahman
- Re: Business objects, subset of collection
- From: frebe
- Re: Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- From: frebe
- Re: Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- From: frebe
- Re: Business objects, subset of collection
- From: jimbalo22
- Re: Business objects, subset of collection
- From: frebe
- Re: Business objects, subset of collection
- From: jimbalo22
- Business objects, subset of collection
- Prev by Date: Re: Business objects, subset of collection
- Next by Date: Re: question about component integration or assembly
- Previous by thread: Re: Business objects, subset of collection
- Next by thread: Re: Business objects, subset of collection
- Index(es):
Relevant Pages
|