﻿<?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?)  » How to update the data in a BO</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 20:36:23 GMT</lastBuildDate><ttl>20</ttl><item><title>How to update the data in a BO</title><link>http://forum.strataframe.net/FindPost4576.aspx</link><description>Is there any way to refresh the data in a BO, without explicitly calling the appropriate Fill method?  I.e. I'm changing sequences of items, basically just swapping the value of a sequence field. After I'm done, I need to update the BO so the data in the table is correct.  I'm currently using a stored procedure to do the work (cause it was already built). I'm calling this from an object that doesn't know how the BO was filled, so I don't have access to that information.  Maybe the BO doesn't either.  If not, I suppose what I need to do is do the swapping in the BO, on the data table, then I can refresh the controls right?</description><pubDate>Fri, 17 Nov 2006 10:07:51 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to update the data in a BO</title><link>http://forum.strataframe.net/FindPost4592.aspx</link><description>OK. I don't think that would have made sense, but our discussion of interfaces in the save post helps alot and I [i]do[/i] get it :D  Thanks!</description><pubDate>Fri, 17 Nov 2006 10:07:51 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to update the data in a BO</title><link>http://forum.strataframe.net/FindPost4580.aspx</link><description>The BO does not cache the last query.&amp;nbsp; If you are going to sub class the BusinessLayer, then you could add this functionality any time the FillDataTable or FillByStored procedure methods are called to remember the command.&amp;nbsp; You could then add a method on your interface to "Requery" the BO.</description><pubDate>Fri, 17 Nov 2006 09:14:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>