Hi everyone.
I have an existing llblGen pro project which has no errors.
I have many highly customised entities which are referencing Relational Model data.
We are migrating the database from Oracle 11c to Oracle 19.
I need to connect the new database with the existing LLBLGen pro project to generate the files for the new project.
The driver we are using for both databases is the ODP.NET
Whenever I delete the old relational data model and add a new one, I get over 600 errors related to:
Mapped target, there is no target field defined for this mapping.
We have confirmed that the database structures are identical.
I am doing something wrong. Could someone please guide me on the correct process to connect to a secondary database and validate the existing entities?
Thanks
Dan