If I remember right, one of the problems we identified is that users can have both DOS and Windows RBase open and connected to the same database. If you had a Windows form open and it did a"select into", then you changed the value in the DOS app, then the Windows app wouldn't think a change had been made and the next time would retrieve from cache.
Karen > We found that the problems occurred when another rbase session or other > program (via oterro?) added or updated data in the target table. > > Our form would not see the change. > > If the code in the form made the insert/update then there was no problem. > > > > >

