I’m trying to create a program in C# that should be able to create, backup and restore a SQL Server database.
For this, the user needs to be able to setup a connection string to the desired SQL Server (and database).
I would like to use the same dialog as for example Visual Studio for creating the connection string.
Is this possible?
“Data Connection Dialog” on MSDN Archive Gallery(broken as of 1 Sept. 2015)The data connection dialog is a database tool component released with Visual Studio. It allows users to build connection strings and to connect to specific data sources. try this..
C# Sample:
Here source code also available. we can integrate and redistribute the source code with our application according to license.