Following scenario with TOracleQuery:
1.) User a executes update query for record x
2.) User b executes update query for record x
Now the query of user b is waiting until user a commits the transaction.
Is there a way that the query of user b returns immediately with an errormsg.
Changing session isolationlevel does not make any difference.
Thank's for your help.
Regards,
Frank Gruber
1.) User a executes update query for record x
2.) User b executes update query for record x
Now the query of user b is waiting until user a commits the transaction.
Is there a way that the query of user b returns immediately with an errormsg.
Changing session isolationlevel does not make any difference.
Thank's for your help.
Regards,
Frank Gruber