Nevyn schrieb:
> On Oct 29, 10:47 pm, Stuart Clarke <[EMAIL PROTECTED]> wrote:
> 
>>TableClass.selectBy(x='foo', y='bar')
> 
> Yeah, that is what I am doing, Now what about if I wanted to explicitly
> select certain fields?

You dont't load fields, you load objects or list of objects. (as a whole)
SQLObject is a Object Relational Mapper. Therefore you are not directly
working with Fields and Tables but with persistent Objects.

You have to adjust your thinking to a ORM. Reading this should help you
in this regard:

http://www.sqlobject.org/SQLObject.html#introduction

--
Greg

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

Reply via email to