Hi,
Is it possible to use existing database connections from libraries in projects too?
At time i can only see the class definitions from business objects (defined in a library) in the c# editor - not the connections.
The advantage of only one connection definition is clear. I only have to change one connection paramater when i'm moving from test into the production area. Now i have to redefine this connection (each one with a different name) in every project i want to use it with SelectSql Statement in c#.
Thilo