Hi Frans,
My problem is, that I want to use custom connection string, that I add to the DataAccessAdapter in the constructor.
I Created a New Globals project, that creates this connection string from the config file's keys, and this project is referenced from the BLL project - the only project that communicates with the LLBL db specific project.
My problem is, that I have custom entity validators, some of them requires the same connection string.
If I put the reference to my Globals project, from within db specific LLBL project, doesn't it breaks the compatibility with the LLBLGenerator, or later versions?
Is it advisable solution, or you can me propose some more apprapriate one?
I want to use custom constring for security reason.
Thanks in advance
Gabor