Hello,
I'm not sure if this is the correct section to put this question but here we go;
We currently have a llblgen project which generates code for our MSSQL database.
Now we are building a separate MySql database which contains a different set of tables as the MSSQL database.
What is the recommended approach for using these two databases with llblgen?
Have a single llblgen project with two relational model data, or have two single llblgen projects?
I ran into an issue that entities need to be mapped to both databases when adding the MySql database to our existing llblgen project.
But that won't be the case for us, as we have separate tables in the databases that don't correspond with eachother.
Kind regards,
Floris Otto