Re: Database OK?
- Posted by irv Mar 08, 2010
- 1225 views
Lone_EverGreen_Ranger said...
Hmm, Well why is it odd to put everything into one table?
Because it would be faster and easier to use an associative list?
A database is normally used when you have multiple records, each containing similar (but not the same) data.
Your example shows one record, with named fields which, presumably, you want to use to store & lookup data values.