C
Claus Konrad
Being an old rat in this game, I've come to discover some "unpleasent" features of the newer version of .NET (2.0).
The tableadaptors contains an embedded connectionstring that is only available through global connectionstorage!
I see the benefit in being able to encrypt the connectionstorage, I do however NOT see the benefit in the notion of "global" connectionstrings. Why would I want to "share" my own connectionstring with every other application installed on my PC? Being global - I assume that it is available to every body by using the .....ConfigurationManager.ConnectionStrings["some name"].ConnectionString construct?
Kind Rgds
/Claus Konrad
The tableadaptors contains an embedded connectionstring that is only available through global connectionstorage!
I see the benefit in being able to encrypt the connectionstorage, I do however NOT see the benefit in the notion of "global" connectionstrings. Why would I want to "share" my own connectionstring with every other application installed on my PC? Being global - I assume that it is available to every body by using the .....ConfigurationManager.ConnectionStrings["some name"].ConnectionString construct?
Kind Rgds
/Claus Konrad