Re: New in database concepts
Date: Tue, 23 Oct 2001 11:50:02 GMT
Message-ID: <KPcB7.5849$GW5.75173_at_news2.tin.it>
> Hi,
>
> maybe the best advice we can give you is to buy a database and not to try
> to build one from scratch
> Don't know whether this satisfies you - but it might sure save you some
> effort and money
Thanks for your answer. There is not, fortunately, a problem of losses since
actually i'm programming just for fun.
I'd like to understand what there is at the base of a database system to
understand if it possible and how create a simple one in os-indipendent
standard c++. The main problem is that c++ file streams are the best choice
to store simple sequences of linear data, but if i need to work at "lower"
level it becomes more difficult and problematic.
It's not impossible but there are (for what i know) file manipulation
pitfalls.
Regards
Received on Tue Oct 23 2001 - 13:50:02 CEST