On Sat, May 18, 2002 at 03:11:28PM +0200, Jason Hildebrand wrote: > I think it is a common pattern in applications to create an object and then > want to save the reference to it (i.e. in the session) so that further > modifications can be made to the object.
I've heard some databases return the identifier as part of the add call. That would be the best scenario. I find I usually *do* want the object ID, because I have to keep an in-memory index of rows for some purpose or another anyway, and I need to add that one to the list. -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems: [EMAIL PROTECTED]) http://iron.cx/ English * Esperanto * Russkiy * Deutsch * Espan~ol _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
