Hello, I've noticed that when an SQLObject is created, there are two queries made to the database: one Insert and one Select. Why is the Select query made? Can't the object be constructed with the information passed to the Insert query? After all, the consistency cannot be mantained, the data can be altered after the Select as well, and that double query cannot assure that the attributes are always in sync with the database values.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss