On 3/6/06, George Sakkis <[EMAIL PROTECTED]> wrote: > I may have missed it in the documentation, but is it possible to do a > select on a specific column (or columns) instead of the whole row ?
You have to do so using sqlbuilder and the lower level dbapi: http://www.groovie.org/articles/2005/11/01/how-to-use-database-agnostic-sql-in-sqlobject The result is a list of tuples. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
