Hello,
Is there a way to see where a database connection is opened by LLBL?
Background: I'm using LLBL Gen Pro 2.5 and i developed a new version of a product within our company. For testing purposes, i created a database, which also holds all the new fields and tables the new version uses, then i changed the connectionstring of the application to the new database.
When i open the application, it crashes because it tries to read a field which only exists in the new version - in the DQE output i can see that the queries are generated against the old database name, but when i debug to that point, the DbUtils.ActualConnectionString Property points to the new database
I appreciate any input on that topic, maybe i'm missing something plainly in sight.
Cheers,
Alex