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.
-- Rb On Jul 22, 1:34 am, phneoix <[email protected]> wrote: > how do i create temporary table > > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

