Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2458 Points
561 Posts
Oct 15, 2010 08:33 AM|LINK
Hi,
Please set the nocount to off in your procedure like following and see if it works:
SET NOCOUNT OFF;
riswadkarhar...
Contributor
2458 Points
561 Posts
Re: Linq and stored procedure - cannot get results
Oct 15, 2010 08:33 AM|LINK
Hi,
Please set the nocount to off in your procedure like following and see if it works:
----------------------------------------------------------
Please mark as answer if the post helped you.