Global connection string solution needed

From: Stefan Miller (annonymous_at_ms.com)
Date: 01/06/05


Date: Thu, 6 Jan 2005 11:50:13 +0100

Hi,
I have one Visual Studio solution which contains four projects:
- 1 Windows Application written in C#
- 3 Class Library (dll) projects written in VB.NET

I am using the same connection string throughout my code in many code files
in all four projects. I'd like to define the connection string in a single
global location within the solution if possible. I would also like to keep
the connection string hidden from the application users. I am having trouble
finding a way to do this even though I think it is a common problem. Can
anyone point me in the right direction?

Thanks, Stefan


Loading