0

I need to offer users to enter SQL credentials in a WinForm application, where they can select Windows Authentication or SQL Server authentication, specify the server name and a user name and password if appropriate.

Obviously I could do this myself, but it feels like a problem that should have a pre-canned solution out there. However my Google skills have proven inadequate to find one. Does anyone know of one?

Something like the controls on this dialog (although I happen to not need the server type or the advanced options):

SQL Server 2014 dialog

Yishai
  • 90,445
  • 31
  • 189
  • 263
  • There's nothing in the framework to do this. [This question](http://stackoverflow.com/questions/6895251/display-a-connectionstring-dialog) might get you further. – adrianbanks Dec 24 '14 at 00:07
  • I don't know of any, probably because it is so easy to recreate. Since you already need some customization, it's probably best to create your own. – David Libido Dec 24 '14 at 01:29
  • @DavidLibido, It is easy enough, I just hate reinventing the wheel. It has to have been done a hundred times already ... – Yishai Dec 24 '14 at 16:31

0 Answers0