How To Work With SQL Database Added As Item In Visual Studio 2008?
- by mdvaldosta
If I'm letting Visual Studio take care of adding an SQL Server database to an existing project, it adds the connection string to app.config. How can I use use THAT connection string to make my own connections and datasets?