> have you taken into account that some of these referential constraints > make importing an database export difficult or imposible? > We had some trouble with that.
It's a matter of order: if you first import the objects and then the relations you should be fine. There are two special cases: icaches and oalias, they should be imported as last. I'm writing a db conversion tool that takes these dependencies into account; it works directly from jdbc to jdbc. Johannes _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
