Hello,
I got a question about multiple database types.
I have Currently MySQL and SQL Server as active database.
Now what i would like to do is combine those 2 databases in 1 LLBLgen projectfile.
The thing is ... i created 1 projectfile from MySQL database.
All 35 tables are there.
Now in the relational Model data there you can add a second database.
Currently there are no tables in that database.
What i would like is that i create a different table in SQL Server that does not exist in MySQL as table.
Is this supported ?
And when i build the llblgen it gives me error about :
Auto-map 'MySql.Tabelname' onto a new or matching existing target in relational modeldata for database SQL Server.
When you hit the perform button it wil create this table for SQL server.
Now is there a option that it can be turned off ?
Or do i need to create a second llblgen project as solution?