From: pjm <pj...@sa...> - 2002-06-28 09:43:56
|
Morning, I have done 2 inserts into DATABASEINFO, with primary keys of 5 and 6. Not sure why 2 DBs referenced from the core.TableInfo records. These are needed in the core-tableinfo file. Also the order in the core-tableinfo records: The tables have to be inserted first, then the views. As an example 'AAFeature' is defined before 'AAFeatureImp' but the TABLEINFO record for it says it is a view on 'AAFeatureImp' (thus failing constraint CORE.TABLEINFO_FK02). Maybe I should have loaded the bootstrap stuff before loading the constraints but I just ran it twice and excepted the error messages. Paul. |