Try using doSelectRS() if on Propel 1.2 or doSelectStmt() if on Propel 1.3 instead of doSelect() ... They will each need to be handled differently after that as well as there is no automatic hydration into objects but it means you get all the data you need and your clearSelectColumns() and addSelectColumn() methods will actually work ;)
On Tue, Apr 28, 2009 at 6:39 PM, Eno <[email protected]> wrote: > > On Mon, 27 Apr 2009, Pooja wrote: > > > Hi All i have tired to convert below Sql query in symfony........It is > > reporting Error > > First rule of asking for help: give the exact error message. > > > > -- > > > > > > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
