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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.NET, WEbServices, SQL Stored procedures

Status
Not open for further replies.

OldBob

MIS
Oct 12, 2000
4
GB
Good morning all... :)

I want to know how I can set up a dataset in VB.net (beta2 enterprise) by calling a SQL Server stored procedure.

The help files are not very helpful, or I'm not looking in the right place.

I've got a WebService that I want to call with a parameter of a ClientID. This then populates a Dataset and then returns the results.
I've got it returning all clients just by using the drag/drop SQLConnection and SQLDataAdapter, but I now want to enhance this to call a stored procedure in the SQL DB that will return the ClientID. I've already got the stored procedure set up, I just need to know how to populate the parameter and get access to the results.

Any help much appreciated.

Mucho Thanks
Robert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top