I am connecting to an Oracle 10g Database that contains several relations between various tables. It seems to be a typical relational database, with several levels of related table depth via foreign keys and primary keys.
The problem I am having is that not all of the foreign keys are coming across as relations when I "add new entities mapped on tables from the catalog."
When I attempt to manually create the relations, it does not work either. In the custom entity relation editor, the fields in the "using the following entity field relations table" are not populated when I select the foreign key side of the "is on the" drop down. The child table has a foreign key column that is the primary key of the parent table.
Is there an additional setting I am missing or a database architecture I am not implementing that prevents a foreign key from creating a relation using LLBLGen Pro? The fields are both number fields of the same length and precision.
I am excited to begin using this application as it appears to be a very robust tool.
Thanks for any help regarding this problem.