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 <[email protected]> > 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 <[email protected]> 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 >

