Hello,
I have my LLBLGen project up and running a a test database insance.
For our development I would need to have the generated code running with a set of different database instances with all the same table structure / schema.
When I first tried to let the code connect to an other instance than the one it originally was created on, I got quite a lot of errors, since the original datbase name was created into some internal LLBLGen classes.
Is there a way to let LLBLGen generate code based on one db-instance and let it run connected to a second db-instance (with the same schema) ?
What do I need to do to make my LLBLGen understand?
Thank You.
Alles Gute
Mario
P.S. FYI: I'm now using a full version, not the test version any longer.