Hi Pay that answers the question

although I don't particularly like the
answer.
If you look at the mail in response to Norman I outlined the benifits of a
central connection store. I supose that the real problem I have with it is
that we have lost a facility from the operating environment that was very
useful from everyones perspective.
Unfortunatly the only people who could really provide a replacement facility
is microsoft as they are the only one that everyone will accept...
Thanks for the response
Myles.
"Paul Clement" wrote:
> On Wed, 16 Nov 2005 14:40:53 -0800, "MDFS" <(E-Mail Removed)> wrote:
>
> ¤ VS 2003 question
> ¤
> ¤ I know that this question has been asked alot but I have seen no direct
> ¤ answer to it as yet.
> ¤
> ¤ From control panel it is possible to specify the connection parameters for a
> ¤ database. Then from code simply request the DSN and the connection manager
> ¤ would resolve the connection to the database.
> ¤
> ¤ This was great if the database server location moved it was a simple process
> ¤ for any user (from small to large enterprises) to change the setting using
> ¤ the control panel manager.
> ¤
> ¤ Am I right in saying that there is no corrisponding facility for doing this
> ¤ when using an SQL Client Connection or OLEDB Connection object in .NET?
>
> Yes, you are correct.
>
> Legacy DSN type connections have been essentially replaced, although they are still supported via
> the native .NET ODBC provider.
>
> Keep in mind that you don't have to hard code connection strings. These can be place in a .config
> file where that can just as easily be modified or pushed out to the client.
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
>