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 -~----------~----~----~----~------~----~------~--~---

