1
Answer

How do I use a SQL View in VS2017

Will Franklin

Will Franklin

7y
203
1
Hi,
 
Where can I find some guidance on how I can retrieve data from an MS SQL database using a SQL view  as a datasource.
 
 Thanks,
 
Will
Answers (1)
0
Nitin Sontakke

Nitin Sontakke

NA 11.7k 2.2k 7y
Not a question that can be answered in one or two statements. Also VS 2017 is not an application / technology in itself. You should mention what you are developing, Windows Forms Application, Web Application using classic ASP, MVC, what is it?
 
Depending on that you can google like...
 
step-by-step tutorial binding sql result to gridview (or whatever is the control in your scenario)
 
Hope it helps!