Worked perfectly - thanks. On Monday, February 4, 2013 8:08:47 PM UTC, Limedrop wrote: > > (a) Because when you changed the DAL connection string, web2py thinks it > might be a new database and tries to recreate the tables from scratch. > > (b) You could try: > db = DAL(...,fake_migrate_all=True) > run the app and, if successful, then: > db = DAL(...,fake_migrate_all=False) > But read the instructions in the book first > http://web2py.com/books/default/chapter/29/06?search=fake_migrate > >
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

