On 1/19/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> VIEWs are great, because they work out essentially as tables -- so
> you can create ROSE DB objects for selecting (though not inserting)

Sure you can do inserting. You can either do it with postgres
triggers, or you can probably even do it hackily in rose overloading
the save() as a wrapper for calling save() on all the other objects
that your view deals with. Would be hacky and trickery, but not
impossible.

Danial
-- 
"When I was a kid I used to pray every night for a new bike. Then I
realised that the Lord doesn't work that way so I stole one and asked
him to forgive me."

-------------------------------------------------------------------------
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
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to