On Monday 24 May 2010 01:52:59 pm Nate Lowrie wrote: > I have a bizobj instance I use in my form. I create the bizobj and add > it to my form. I added a row is to the table that the bizobj operates > on through a web interface. When I run bizobj.requery() to pull a data > set with the new row from the database, the data set never changes. I > traced this back and found that the when the cursor executes the sql > statement it is not returning the new row in it's dataset. Note that if > I exit the app and restart it, it will read the new row in just fine. > > I noticed that the behavior is the same for all of my bizobjs. I need > to be able to update the dataSet with any new rows in the database. Any > suggestions? > > Regards, > > Nate
I know little to nothing about the web interface you are using but I update data to tables (outside of Dabo) all the time then requery() to retrieve the new data. This works for me. Could it be that the web interface you are using is not committing until you close the web app? Or are you saying that to retrieve the correct data you have to close the Dabo app? Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
