"chris" <[EMAIL PROTECTED]> writes: > thanks for the response. I will take a look at the document on the > expose functionality. As for the sqlbuilder I will have to take > another look at it. A current running project often contains 6-7 > tables either in a join or a view. I can't see how sqlBuilder could > make the join easier than have a stored proc with the joined (inner and > outer) tables, but I will look at it again. Speaking of views, does > turbogears allow for their usage?
SQL Object does, provided that your view returns a unique ID for each returned column. I believe there's something on the wiki about that. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

