[ic] tree.ora

Frank Drummond interchange-users@icdevgroup.org
Thu Jan 23 12:10:00 2003


I'm working with interchange 4.9.5.  I just created the foundation store
with an Oracle 9.2 backend.  The software (Interchange) is very
impressive.  I hope I can get the hang of customizing my page.  

I had to make the following change to "tree.ora" in order to have
"makecat" create the tree table.

16c16
< Database  tree  COLUMN_DEF   "inactive=int not null default 0"
---
> Database  tree  COLUMN_DEF   "inactive=int default 0 not null"