Re: Dbase development & tutorials
From: Ochal Christophe (co_at_nospam.orelse.fem.be)
Date: 08/13/04
- Next message: Emmanuel Delahaye: "Re: Request for comments - kgets()"
- Previous message: Toby Newman: "Re: Pass array to function"
- In reply to: SM Ryan: "Re: Dbase development & tutorials"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 13 Aug 2004 12:57:56 +0200
SM Ryan wrote:
> # Unfortunatly, i'm unfamiliar with databases or how to create such an
> # app, does anyone know of some tutorials about this matter?
>
> On modern machines, you can often get away with using text files as
> relation tables; for example having each table row as a text file line,
> and table columns separated by tab characters. Depending on table size
> and virtual memory, you may be able to keep tables in memory. You can
> then use stdio functions and build up the functionality you need from
> there.
Hmm, that does sound feasable, but considering the restrictive nature of
PDA's and other mobile devices, space is very much important, and even
using a textfile would pose problems concerning deleting & inserting
rows and or colums... I'd have to read in the whole thing and write it
in one pass each time.
Still, this would make for a small, simple engine wich is what i'm
looking for more or less.
- Next message: Emmanuel Delahaye: "Re: Request for comments - kgets()"
- Previous message: Toby Newman: "Re: Pass array to function"
- In reply to: SM Ryan: "Re: Dbase development & tutorials"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|