[web2py] Re: Using web2py with a non-managed Oracle database

2011-11-23 Thread DenesL
You are welcome. Keep us posted. On Nov 23, 7:05 am, Tim Korb wrote: > Denes, > > Thanks for your responses--we're making progress. > > Tim

[web2py] Re: Using web2py with a non-managed Oracle database

2011-11-23 Thread Tim Korb
Denes, Thanks for your responses--we're making progress. Tim

[web2py] Re: Using web2py with a non-managed Oracle database

2011-11-17 Thread DenesL
Hi Ben, the FK and TFK references in the adapter and the migrate=False are unrelated. The migrate=False basically means 'use as is'. The DB will not be changed, but web2py needs to know how each table is defined before using it. In the case of legacy keyed tables, where there is no id field, the

[web2py] Re: Using web2py with a non-managed Oracle database

2011-11-16 Thread Ben Goosman
Hey DenesL, Could you explain how adding in definitions for 'reference FK' and 'reference TFK' helps when setting migrate=False? As far as I can tell, those two fields are only used to generate create table queries, which are not needed when one doesn't want web2py to change the database at all

[web2py] Re: Using web2py with a non-managed Oracle database

2011-11-13 Thread DenesL
Hi Tim, it depends on your level of expertise in both Oracle and Python. On Nov 12, 9:55 am, Tim Korb wrote: > We are considering using Web2Py as one of the front ends for a departmental > database project based on Oracle.  Since the Oracle database is > independently managed, we need to turn of