Has anyone tried this on Appengine?
One of the big problems w/ GAE is backing up / transfering your data.

Would be interesting to hear experience of transfering data from GAE to
other DB.


On Wed, Nov 12, 2008 at 8:10 AM, mdipierro <[EMAIL PROTECTED]> wrote:

>
> from appadmin you can save any table as CSV.
>
> also any statements
>
>   db(...).select(...)
>
> if you replace select with _select,
>
>   db(...)._select(...)
>
> will return the SQL statement without executing it.
>
> you can also replace insert with _insert, count with _count, delete
> with _delete and update with _update
>
> not sure I answered the question.
>
> Massimo
>
>
> On Nov 12, 7:15 am, somebody <[EMAIL PROTECTED]> wrote:
> > export sql statement and tables'values save as text file in web2py.
> > any guidance?
> > thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to