Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Can anyone explain me this?

I use Jrun4 app server. I am creating a row in the database using entity beans. The child table record is created using DAO. Both the operations are happening in the same transaction. When i start the server n do the above operation i get parent key not exists exception while inserting the child. But when i repeat the same operation there is no such exception. Also when i restart the server n do the same operation i again get the same exception. what would be the problem??
[477 byte] By [rengaraj] at [2007-11-11 10:22:54]
# 1 Re: Can anyone explain me this?
we use this keyword when globle variable and local variable both name same.

e.g
this.emp=emp;
this.sal=sal;
kiran suyal at 2007-11-11 22:31:39 >