Master_T
Master_T

Reputation: 7913

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

Upvotes: 9

Views: 3827

Answers (2)

Ferruccio
Ferruccio

Reputation: 100658

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

Upvotes: 12

Maybe this can help you . WPF SQL Connection User Control

Upvotes: 3

Related Questions