On Jan 19, 2007, at 12:26 AM, Danial Pearce wrote:

> 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.

well yes--  you can do whatever you want with triggers and  stored  
procedures.

i just meant to illustrate that for selecting the info as he wanted,  
a quick view will do nicely - instead of doing a stored procedure.

// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
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