votes
Initializing SQLConnection string
I am using VS2008 to right an app that will query an SQL database and return certain values from the tables. Now, I want to make my connection string a class level variable because I will be calling on the connection multiple times througho ...
