Yes both methods are running parallel and embedded SQL and object access are combined. My question is object oid of a row is stored inmemory. When you do some operation with embedded SQL the updated disk data is not updated automatically in the inmemory object. Means the open I'd should be explicitly reloaded to get the latest data from row.
The real question is whether I should kill the object oid then open it or don't kill the open Id object and just do the reload.
- Log in to post comments