﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » Updates and Information » StrataFrame Users Contributed Samples  » Problem Delete rows using stored procedure</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 04:13:31 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25332.aspx</link><description>Hi &lt;br&gt;
&lt;br&gt;
I created a stored procedure called Tablebo1_Delete for my business object&lt;br&gt;
I set my business object on the following properties:&lt;br&gt;
DeleteUsingStoreProcedure = true, &lt;br&gt;
DeleteConcurrencyType = OptimisticTimestamp,&lt;br&gt;
RowVersionOrTimestampColumn = version (timestamp column on database table)&lt;br&gt;
&lt;br&gt;
My business object Tablebo1.DeleteCurrentRow () delete the row of the grid but not in the database&lt;br&gt;
&lt;br&gt;
I hope for any advice</description><pubDate>Mon, 07 Dec 2009 14:02:30 GMT</pubDate><dc:creator>Douglas Hernandez</dc:creator></item><item><title>RE: Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25339.aspx</link><description>Hi Les&lt;br&gt;
&lt;br&gt;
I will review the zip file and then report the results&lt;br&gt;
&lt;br&gt;
Thanks for the support&lt;br&gt;
&lt;br&gt;
Greetings</description><pubDate>Mon, 07 Dec 2009 14:02:30 GMT</pubDate><dc:creator>Douglas Hernandez</dc:creator></item><item><title>RE: Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25337.aspx</link><description>Dear Douglas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I created a SQL database called Pinter (my favorite name for testing) with a Contacts table and stored procedures to add, edit and delete records.&amp;nbsp;The script file called "CreatePinterDatabaseTablesAndProcs.sql" in the attached ZIP that will create the database, table and procedures and insert four records for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I then wrote the little application included in the ZIP file. It uses stored procedures to add, edit and delete records, and all three functions work as advertised. Took about three minutes to write.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you'll zip up your application and send it to me, I'll take a look at it. Please include generated scripts for the stored procedures for your table.&lt;/P&gt;&lt;P&gt;Les</description><pubDate>Mon, 07 Dec 2009 08:23:25 GMT</pubDate><dc:creator>Les Pinter</dc:creator></item><item><title>RE: Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25335.aspx</link><description>Hi Douglas,&lt;br&gt;
&lt;br&gt;
FWIW: When we first started using StrataFrame I was very interested in the pros and cons of using stored procedures from an efficiency point of voew. We have an industrial application that is adding new transactions at about 30 per minutes, 12 hours a day and our main transaction table contains around 11 million rows. While we use stored procedures for all work to do with populating BO's we just leave the CRUD to StrataFrame (i.e. we don't use procs for deleting, inserting etc). We came to this decision after extensive testing that showed there was no performance advantage in using procs.&lt;br&gt;
&lt;br&gt;
We found it was very much easier to leave SF to do the heavy lifting in this area.&lt;br&gt;
&lt;br&gt;
Cheers, Peter&lt;br&gt;
&lt;br&gt;</description><pubDate>Sun, 06 Dec 2009 16:39:49 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25334.aspx</link><description>I have tried in various ways, such single stored procedure to delete by primary key and not my business to use the stored procedure</description><pubDate>Sun, 06 Dec 2009 11:44:09 GMT</pubDate><dc:creator>Douglas Hernandez</dc:creator></item><item><title>RE: Problem Delete rows using stored procedure</title><link>http://forum.strataframe.net/FindPost25333.aspx</link><description>Hi Pedro,&lt;br&gt;
&lt;br&gt;
Do a search in the forum using the word "Concurrency" and you will find plenty information about this.&lt;br&gt;
&lt;br&gt;
Here is one link I found: [url=]http://forum.strataframe.net/FindPost21300.aspx[/url]&lt;br&gt;
&lt;br&gt;
Also check the CRUD section in the help file.</description><pubDate>Sun, 06 Dec 2009 11:22:58 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>