Chip Temm
Member since Dec 11, 2008
- Profile: /members/384-chip-temm.htm
- Comments: 3
Recent Blog Comments By Chip Temm
-
I Just Can't Understand Object Oriented Programming (OOP) And Join Tables
Posted on Aug 18, 2007 at 6:03 PM
Two quick points: new list looping in CF8 and single INSERT syntax for MS SQL using Select. Note that I think on the MSSQL server side, the insert will compile the same whether you do it this way or as multiple INSERTs. The same is true for MySQL with the multiple set syntax. I wouldn't expect a spe... read more »
-
I Just Can't Understand Object Oriented Programming (OOP) And Join Tables
Posted on Aug 17, 2007 at 2:08 PM
Ben, It's nice to see someone put this problem out there. I think there are two flavors that you state: one where the relationship between classes is not attributed and one where it is. These are pretty different kinds of relationships. I have a great tome "Object Oriented Methods and Principles"... read more »