﻿<?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?)  » Manually Set Insert/Update/Delete Stored Procedures</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 23:46:01 GMT</lastBuildDate><ttl>20</ttl><item><title>Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10142.aspx</link><description>I am using SF to build a web application.&amp;nbsp; I am trying to figure out how to manually set the Insert/Update/Delete stored procedures.&amp;nbsp; I see in the Help that there are properties for them, but I can't seem to find where to set them?&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.</description><pubDate>Tue, 10 Jul 2007 15:05:05 GMT</pubDate><dc:creator>Keith Harvey</dc:creator></item><item><title>RE: Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10176.aspx</link><description>LOL...don't worry about it :)&amp;nbsp; I have done the same thing many times!</description><pubDate>Tue, 10 Jul 2007 15:05:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10174.aspx</link><description>Boy, I am getting more n00bish as I get older.&amp;nbsp; Thanks!!</description><pubDate>Tue, 10 Jul 2007 15:03:12 GMT</pubDate><dc:creator>Keith Harvey</dc:creator></item><item><title>RE: Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10170.aspx</link><description>Double-click the business object in the solution explorer then go to the property sheet.&amp;nbsp; They are properties on the BO.&amp;nbsp; The screen shots above are just the properties of the BO in the BO component designer.</description><pubDate>Tue, 10 Jul 2007 14:44:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10167.aspx</link><description>I forgot to mention a critical detail.&amp;nbsp; I am forced into using Oracle as my database - that is why I can't use the DDT.&amp;nbsp; For the life of me, I can't find the cool property sheets you show in your post.&lt;/P&gt;&lt;P&gt;Thanks for your help.</description><pubDate>Tue, 10 Jul 2007 14:30:52 GMT</pubDate><dc:creator>Keith Harvey</dc:creator></item><item><title>RE: Manually Set Insert/Update/Delete Stored Procedures</title><link>http://forum.strataframe.net/FindPost10150.aspx</link><description>If you use the DDT most of the work will be done for you.&amp;nbsp; The BO side of things will not change much regardless of whether you create the sprocs manually or use the DDT.&amp;nbsp; So let's start there.&amp;nbsp; If you use the DDT all you need to do is indicate that you want thte DDT to automatically create the INSERT, UPDATE, and/or DELETE stored procedures for you.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/98c80c63-fafd-4eb0-b246-4ea2.png"&gt;&lt;/P&gt;&lt;P&gt;The above image shows that this table is having the DDT automatically create the INSERT and UPDATE stored procedures for it.&amp;nbsp; This will generate and deploy all of the T-SQL stored procedure code for you....no T-SQL knowledge required!&amp;nbsp; Very cool!!!&lt;/P&gt;&lt;P&gt;If you leave the default naming convention intact as you seen above (TableName_Action) then all you need to do is indicate that you want to use the sprocs on the BO and you do not even have to provide the sproc name.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/2b4c5a73-3ae7-4aef-9c22-a306.jpg"&gt;&lt;/P&gt;&lt;P&gt;If you go the manual route of creating the sprocs, refer to the docs in the help topic: Database Deployment Toolkit -&amp;gt; Stored Procedures -&amp;gt; Table CRUD Stored Procedures.&amp;nbsp; This will give you a T-SQL example of each of the sprocs.&amp;nbsp; This is obviously going to be a bit more work and complicated since you will be manually creating the stored procedures.&amp;nbsp; However, the BO is really no more work.&amp;nbsp; Just as above, you will indicate that you want to use the sproc.&amp;nbsp; Then be sure to provide the stored procedure name if it does not follow the default naming convention.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/ecbc09c4-445c-4588-8451-e107.jpg"&gt;</description><pubDate>Tue, 10 Jul 2007 09:18:19 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>