> That's why the question was asked: what do you need to do exactly?

Do this:

db._execute('CREATE TEMPORARY TABLE tmp (id INT)')
# or whatever the SQL server's dialect requires


On Jul 23, 7:42 am, Hans Donner <hans.don...@pobox.com> wrote:
> 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<vidul.r...@gmail.com> wrote:
>
> > The implementation of temporary tables is not MVC, but RDBMS specific.
>
> > On Jul 23, 12:36 am, Fran <francisb...@googlemail.com> wrote:
> >> On Jul 22, 9:41 pm, rb <rbspg...@gmail.com> 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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to