Reputation: 7913
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:
Upvotes: 9
Views: 3827
Reputation: 100658
I was looking for the same thing when I ran across Microsoft's Data Connection Dialog on NuGet.
Upvotes: 12
Reputation: 5053
Maybe this can help you . WPF SQL Connection User Control
Upvotes: 3