Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use Visual Studio 2005 to display queries?

Status
Not open for further replies.

qotyebw

Programmer
Aug 24, 2000
103
US
It seems like a simple question, but after days of searching, I have found no beginner's-level answer online. I have used WebMatrix successfully to do various and elaborate SELECT, INSERT, UPDATE, DELETE queries using VB and data grids.
However, using Visual Studio 2005 is hardly intuitive. No source from Microsoft has proved useful. The built-in Help assumes I already know the procedure

I'm sure this is not rocket science.

-Chas R.
 
If you use the sqldataadapter wizard, it will take you through step by step to build your query. You can create a query yourself, or use an existing stored procedure or create a stored procedure.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top