not a great solution, but you can use the google app engine bulkloader
to dump a GAE (development or production) database and replace
another.  see details here: 
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

On Oct 8, 7:48 am, Fabio Alessandro Locati <floc...@grimp.eu> wrote:
> Would it be a solution moving to another provider (like VPS.net)?
> Is there any other way that would allow me to do this without changing
> provider?
>
> 2010/10/8 mdipierro <mdipie...@cs.depaul.edu>
>
> > If the tables have a uuid field (required for sinchronization) you can
> > use web2py's
>
> > db.export_to_csv_file(...)
> > db.import_form_csv_file(...)
>
> > anyway, because of GAE's limitation to 1000 bytes, that is not a
> > solution for you.
>
> > Massimo
>
> > On Oct 8, 8:35 am, Fabio Alessandro Locati <floc...@grimp.eu> wrote:
> > > Hi,
> > > I have a web app (actually running on GAE) but I would need it even in a
> > > offline state. I was thinking about installing web2py on the pc and
> > putting
> > > the web2py app on it. This creates the problem of the database sync.
> > Anyonee
> > > found this problem? nyone solved it?
>
> > > Thanks,
> > > Fabio
>
>

Reply via email to