That's why the question was asked: what do you need to do exactly? Perhaps a more elegant solution can be used.
On Thu, Jul 23, 2009 at 03:10, Vidul Petrov<[email protected]> wrote: > > The implementation of temporary tables is not MVC, but RDBMS specific. > > On Jul 23, 12:36 am, Fran <[email protected]> wrote: >> On Jul 22, 9:41 pm, rb <[email protected]> wrote: >> >> > If you are using SQLite then you could create a db in memory and keep >> > your temp table there. You can create the table outside of web2py and >> > then in your SQLDB call you can add the parameter migrate=False to >> > import the db into web2py. >> >> I guess you could achieve something similar by storing your temporary >> data in either the Cache or the Session? >> >> F > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

