> > I wish it was possible to use other time-saving tools like SQLFORM.grid > with db.executesql(). > > At the moment most of the representation tools like SQLTABLE and > plugin_wiki's jqgrid suppose DAL usage. >
Maybe it would be possible to convert the results of executesql() to a pseudo-Rows object (without all the processing of each individual field value) so it could be used with the grid, etc. Anthony --