<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : calling stored procedure</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : calling stored procedure</description>
  <pubDate>Tue, 12 May 2026 21:28:11 -700</pubDate>
  <lastBuildDate>Fri, 04 Oct 2013 10:54:03 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4460</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>calling stored procedure : There&amp;#039;s nothing within DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17018#17018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 04-Oct-2013 at 10:54am<br /><br />There's nothing within DevForce to directly support this.&nbsp; One option is to&nbsp;use ADO.NET within a server&nbsp;RPC method.]]>
   </description>
   <pubDate>Fri, 04 Oct 2013 10:54:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17018#17018</guid>
  </item> 
  <item>
   <title>calling stored procedure : what if i don&amp;#039;t want to create...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17017#17017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 04-Oct-2013 at 10:30am<br /><br />what if i don't want to create a stored procedure but i just want to code a simple Delete or Update SQL statement? Is that possible?<br><br>For Example i want to run the following SQL statement<br><br>delete from benefits where categoryCd = 'AB'<br><br>i really don't want to loop through a collection to delete the above items. How can i call a delete sql query from my code?<br><br>Bill<br><br>]]>
   </description>
   <pubDate>Fri, 04 Oct 2013 10:30:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17017#17017</guid>
  </item> 
  <item>
   <title>calling stored procedure : If you&amp;#039;ve mapped the stored...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17015#17015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 04-Oct-2013 at 9:30am<br /><br />If you've mapped the stored procedure within the EDM Designer the appropriate procedure will be called automatically for update/delete actions on entities.&nbsp; More info on that here - <a href="http://msdn.microsoft.com/en-us/library/cc716711.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc716711.aspx</A>. <DIV>&nbsp;</DIV><DIV>Otherwise,&nbsp; a stored procedure which returns no data can be mapped within the EDM as a "query", and DevForce will generate calling methods for it within the EntityManager.</DIV><DIV>&nbsp;</DIV><DIV>If the stored procedures aren't part of your EDM, within a server-side&nbsp;RPC method you can work directly with either the ObjectContext or Connection to call the stored procedure.</DIV>]]>
   </description>
   <pubDate>Fri, 04 Oct 2013 09:30:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17015#17015</guid>
  </item> 
  <item>
   <title>calling stored procedure :   i am trying to find out the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17011#17011</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 04-Oct-2013 at 7:24am<br /><br />i am trying to find out the syntax for calling an update or delete store procedure from within my code. Is there an easy IdeaBlade way to do this?<div>&nbsp;</div><div>Bill</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 04 Oct 2013 07:24:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4460&amp;PID=17011#17011</guid>
  </item> 
 </channel>
</rss>