<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">We need more information. Which database? What do you mean "class way"? Is this multi-user? How big are the records, on average? How are the records to be updated selected?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 11, 2014 at 7:58 AM, Beatrix Willius <span dir="ltr"><<a href="mailto:bwillius@gmx.de" target="_blank">bwillius@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I’ve got some old code where I had some complaints that it was too slow. After having a look at the execution with Instruments it turns out the the simple UpdateRecord takes 80-90% of all time.<br>
<br>
The basics of the code isn’t too complicated.<br>
<br>
- Go to first record.<br>
- Fish out MessageBody<br>
- Change MessageBody.<br>
- Update record with MessageBody.<br>
- Go to next record.<br>
- Do until finished.<br>
<br>
All this is done with the class way. How can I make this faster? With SQL?<br>
<br>
Mit freundlichen Grüßen/Regards<br>
<br>
Trixi Willius<br>
<br></blockquote></div></div></div>