Re: What type of DB model is this?
Date: Wed, 15 Aug 2001 12:54:35 GMT
Message-ID: <3B7A716D.99F6BF8_at_objectarchitects.de>
Mark Cunningham wrote:
> * number of parallel users
aha .. that sounds like you're better off not using any kind of database
product ..
> It's a single user system. The data would be stored on the user's hard
> drive or CD.
> * number of transactions
> Very few - not enough to be an issue
> * queries
> Very simple retrieval, based on hierarchical selections.
Next question is the programming language you want to use because
(just a plain tree ...) - you could steal this from any book on data
structures
using C - there are plenty of them
so .. we still need some more facts here ..
Cheers
Wolfgang
* Cobol ... did it support recursion ? :-) - uuuuughh
mailto:wk_at_objectarchitects.de
http://www.objectarchitects.de/ObjectArchitects/
Received on Wed Aug 15 2001 - 14:54:35 CEST
