See http://web2py.com/books/default/chapter/29/06#executesql. Note that executesql() takes optional "fields" and "colnames" arguments -- if you provide one or the other, it will automatically convert the results to a Rows object.
Anthony On Tuesday, December 18, 2012 9:14:14 AM UTC-5, at wrote: > > > Can we convert tuple to gluon.dal.Rows (and vise verse) using any standard > function? > > The requirement is to convert executesql results to gluon.dal.Rows. > > Thanks in advance > --

