If each table has a unique auto-increment id field (even if not called id) and if this is the only only field used to build references things are easy.
If they use other primary keys, things will be more complex and the easiest solution would be to migrate the database and give every field a unique auto-increment id field. Massimo On Dec 21, 11:57 am, Rock <rocco.ro...@gmail.com> wrote: > I'm trying to convince the company I work for to use Web2Py. However, > we already have a database with the data we have to use for our web > app (from a previous one). So the question is this: is it possible to > incorporate an already existing database (tables and all the data) as > a model in a new web app with Web2Py?