Hi.
We have a baan standard session with source code. In the Debugger, I can see a very strange behavoiur:
1. db.retry.point()
2. ...
3. db.insert() --> data can be seen in the database!?
4. ...
5. other db.insert() --> data can be seen in the database!?
6. ...
7. abort.transaction() --> now the data from 3 and 5 disappear
I would have bet that this cannot be achieved. Any ideas / explanations / hidden global settings that allow this?
Regards
Günther
We have a baan standard session with source code. In the Debugger, I can see a very strange behavoiur:
1. db.retry.point()
2. ...
3. db.insert() --> data can be seen in the database!?
4. ...
5. other db.insert() --> data can be seen in the database!?
6. ...
7. abort.transaction() --> now the data from 3 and 5 disappear
I would have bet that this cannot be achieved. Any ideas / explanations / hidden global settings that allow this?
Regards
Günther