Display a ConnectionString dialog

后端 未结 8 1447
春和景丽
春和景丽 2020-12-08 05:30

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 connect

8条回答
  •  孤街浪徒
    2020-12-08 05:48

    Create your own form similar to Server Explorer Connection Setting window, and implement it. You cannot use that form meant for VS

提交回复
热议问题