On 5/25/10 9:52 AM, Ed Leafe wrote: > On May 25, 2010, at 8:27 AM, Nate Lowrie wrote: > > >> Alright, I've found the problem! My tables were using the InnoDB >> engine, which is causing the issue. As soon as I switched the engine to >> MyISAM everything works perfectly. I am not sure what the difference >> is, but I will be switching everything to MyISAM from now on. >> > > InnoDB is the engine that, among other things, supports transactions. > This makes me think that the problem is that Dabo may not be committing the > transaction that contains the new record. >
That's not the issue. Steps for the issue: 1) Open dabo appWizard app 2) Create a new row, delete a row, or edit a row outside of the dabo app 3) Requery the bizobj in the appWizard app. Notice it hasn't updated with the changes made in 2. Does MyISAM support transactions? Regards, Nate _______________________________________________ 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]
