in reply to Stick w/the DBMs
in thread Question about properly laying out a database
The suggestion for normalizing the database was EXACTLY what I needed. (thanks joealba!). I've done that and it has drastically improved the database. I have some books on MySQL coming soon, and I intend to tackle learning it quite soon. Who knows... perhaps I'll be rewriting the script 6 months later. Question though: how stable is MySQL in comparison to say, a DBM or a flat file for small (under 5000 entries) databases? Is it realistic to think that I could set up a system that allows them to add, edit, and remove records with a web interface and not have to be there to maintain it? I have yet to work with it very much, so it will be a challenge :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Stick w/the DBMs
by chip (Curate) on Dec 13, 2001 at 06:56 UTC | |
|
Re: Re: Stick w/the DBMs
by sligi (Sexton) on Dec 15, 2001 at 05:31 UTC |