﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » UpdateUsingStoredProcedure Properties</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:28:35 GMT</lastBuildDate><ttl>20</ttl><item><title>UpdateUsingStoredProcedure Properties</title><link>http://forum.strataframe.net/FindPost10815.aspx</link><description>&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I am starting to work with Strataframe and I am trying to use the UpdateStoredProcedureName = “TableName_Update” and the UpdateUsingStoreProcedure = Yes.&amp;nbsp; However, when I try to use BO.Save(), I get the too many parameters error.&amp;nbsp; What I do know is I am not passing the required parameters to the storeprocedure.&amp;nbsp;&amp;nbsp; My question is how do I pass the required parameters to the BO when using these properties?&lt;BR&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Thanks&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;</description><pubDate>Tue, 14 Aug 2007 09:29:27 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: UpdateUsingStoredProcedure Properties</title><link>http://forum.strataframe.net/FindPost10853.aspx</link><description>Thank you.&amp;nbsp; I realized I did not have the latest help file with that information.</description><pubDate>Tue, 14 Aug 2007 09:29:27 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: UpdateUsingStoredProcedure Properties</title><link>http://forum.strataframe.net/FindPost10826.aspx</link><description>[quote]&lt;FONT face=Arial&gt;My question is how do I pass the required parameters to the BO when using these properties?&lt;/FONT&gt;&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;Your stored procedure does not have all of the proper parms.&amp;nbsp; SF will pass over all of the parms for you, but you have to have your sproc created correctly on the other SQL side.&amp;nbsp; I recommend looking at the help topic shown below over CRUD settings.&amp;nbsp; Also, you can always turn on the debugging for the data source so you can see exactly what SF is sending to the server.&amp;nbsp; It shows the query statements, parms, etc. so you can adjust your code.&lt;/P&gt;&lt;P&gt;[codesnippet]DataBasics.DataSources("").SetDebugOn("C:\MyOutput.html",True)[/codesnippet]&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/fa07fdb6-ae5e-4953-b351-774a.png"&gt;</description><pubDate>Mon, 13 Aug 2007 15:04:19 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>