I use llblgen2.6 pro in selfservicemode.
However if I want to run a project to a database with another name (restored database of some days earlier on the same server, but with a different name) the code is not using the databasename as provided in the connectionstring.
I found that the database name is also stored in the PersistenceInfoProvider.cs file.
If I make that empty than it works.
How can I always generate code without storing the database name in PersistenceInfoProvider.cs? Is this some setting in llblgen?
Regards, Nico