Once solution I can think of, you can save them all on a csv file and write them on a csv file. import and export on demand and create tables that way. There are some links I saw about how to create DAL object using csv file.
On Thursday, March 5, 2015 at 8:57:13 PM UTC-5, lucas wrote: > > hey one and all, > > i have a table or zip codes and another of counties. i am thinking of > moving those tables to their own database so that two or more of my > applications can use those quite general tables. > > what are the implications of doing that? would i have copies of the > database structures in both db.py files, one under each application? other > things to consider? > > thanx in advance, lucas > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

