in reply to First Normal Form (was Re: CGI Checkboxes)
in thread CGI Checkboxes
Well, yes and no. I understand well the idea of normalizing databases, and use it when I design my own databases. But I'm not writing a specific application for a specific database - I'm writing a generic application to allow people to edit their own database data, using schema and form elements that they have designed. On the web, this generally flat file, not relational (although I'm working on getting this to work for relational databases).
The standard way that checkboxes work is to allow multiple choices within one field. I'm just trying to allow people to work with this standard. If they know something about database atomicity, then they should design their databases accordingly. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: First Normal Form (was Re: CGI Checkboxes)
by reclaw (Curate) on Oct 27, 2001 at 23:14 UTC | |
by michellem (Friar) on Nov 01, 2001 at 04:18 UTC |