Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a WPF Control that lets you connect to a SQLSERVER database?

quick question:

i was just wondering if there is a (freeware/open source) control for WPF that lets the user input the connection parameters to connect to a sqlserver DB and returns builds the SqlConnectionString ready for use, before I write one myself. It's not that hard a task, but no sense in reinventing the wheel ;)

Just to be clear, I'm looking for something like this, which is taken from Microsoft's own SQL server management studio:

Connection Dialog

like image 271
Master_T Avatar asked Mar 02 '11 18:03

Master_T


2 Answers

I was looking for the same thing when I ran across Microsoft's Data Connection Dialog on NuGet.

like image 150
Ferruccio Avatar answered Oct 16 '22 22:10

Ferruccio


Maybe this can help you . WPF SQL Connection User Control

like image 36
Guilherme de Jesus Santos Avatar answered Oct 16 '22 22:10

Guilherme de Jesus Santos