View Single Post

   
  #8 (permalink)  
Old 06-13-2008, 02:59 PM
Jerry Stuckle
 
Posts: n/a
Default Re: Database Normalization

Rik Wasmus wrote:
> On Sun, 08 Jun 2008 04:09:04 +0200, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> Michael Austin wrote:
>>> Apparently he/she is trying to achieve an OO-to-Relational
>>> environment conversion. While this can be done, it can be extremely
>>> difficult to manage and even more difficult to create/design correctly.
>>> I like the title of this link:
>>> http://www.tonymarston.net/php-mysql...-are-evil.html
>>> A synopsis of trying to combine OO programing style with a
>>> relational database and using that database to store "objects" and
>>> "collections" and "classes".
>>>

>>
>> Not at all. This is a simple one-to-many relationship, with the many
>> being a part of a collection. Paul's response correct.

>
> Paul's response IS correct. :P
>
> ..allthough not helpfull...


Oops - you're right. In editing I deleted too much (was too wordy).

But it should have been eminently helpful.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote