✅ unable to connect Microsoft SQL in visual studio wpf
I am new to wpf and I wanted to connect SQL to my wpf but when I try to add data source it shows blank nameq
7 Replies
Can anyone give a tutorial link or anything that explains how to connect Microsoft SQL server to wpf in visual studio or answers this problem
Can you type the endpoint directly?
Is this a local or remote SQL server?
It's a remote SQL server
I didn't understand
So you're gonna have to provide the ip address or domain name of that SQL server with port
Can you just type it in?
Thank you so much it worked
But can I know why it wasn't working normal way?
what's the "normal way"? The IDE would need to know the existence of your SQL server before it can be available as a drop down. You may have to register it somewhere first (at least that's how it works on SSMS, not sure about VS IDE).
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.