Display a ConnectionString dialog

后端 未结 8 1420
春和景丽
春和景丽 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

    0 讨论(0)
  • 2020-12-08 05:56

    Yes and no.

    Yes, it is technically possible, but I urge you not to; that dialog is part of Visual Studio and is lot listed in "redist". My interpretation is that you are not free to redistribute this dll.

    0 讨论(0)
提交回复
热议问题