Re: OK, it's the matter of database structure rather
- From: "Donal K. Fellows" <donal.k.fellows@xxxxxxxxxxxxxxxx>
- Date: Sun, 16 Sep 2007 20:02:09 GMT
ZB wrote:
Contents of the http://wiki.tcl.tk/1598 ("A simple database") made me aware,
that the whole problem was rather habit-related.
I mean: when designing the database structure in C or Pascal, there is
usually some kind of table created as a quite obvious first step (rows are
records, columns are records' fields). In Tcl such database can be compared
to a lot of "yellow sticky notes" - each one containing a whole record - and
there's nothing especially wrong, that it all is messed up, just because it
can be instantly ordered (or just "on the fly"), whatever way.
If you're really doing that, why not use a real database? I can really
recommend SQLite for doing this sort of thing.
Donal.
.
- Follow-Ups:
- References:
- Still no records
- From: ZB
- Re: Still no records
- From: Larry W. Virden
- Re: Still no records
- From: ZB
- Re: Still no records
- From: Michael Schlenker
- Re: Still no records
- From: Bruce
- Re: Still no records
- From: tom.rmadilo
- Re: Still no records
- From: ZB
- Re: Still no records
- From: Donal K. Fellows
- Re: Still no records
- From: ZB
- OK, it's the matter of database structure rather
- From: ZB
- Still no records
- Prev by Date: Re: 1. Thank you everyone for your help. 2. Tcl/Tk Designer 3. Text Editor Widget
- Next by Date: Re: OK, it's the matter of database structure rather
- Previous by thread: Re: OK, it's the matter of database structure rather
- Next by thread: Re: OK, it's the matter of database structure rather
- Index(es):