Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for August 2006

VS Data Team's WebLog

All things Visual Studio Data related.

How to retrieve stored procedure return values from TableAdapter - August 21, 2006

This entry was originally posted on SmartClientData blog. If youve been wondering why you are not able to access stored procedure return values from TableAdapter, heres the solution for you. I will use tbTasks table and spInsertTask stored procedure to demonstrate the solution.  You can see definitions for both below. CREATE TABLE dbo.tbTasks (        intID INT NOT NULL IDENTITY(1,1),        strName VARCHAR(100) NOT...
http://blogs.msdn.com/vsdata/archive/2006/08/21/711310.aspx
Available Archives
- March (1 item)
- April (1 item)
- May (1 item)
- August (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact