Hi All,
Need to understand what the below queries mean by, please help with any documentations as well.
Query:1
---------
update RH set RH_BlkSize = RH_BlkSize where RH_TYPE = : and RH_AH_Idnr = :
Query:2
---------
UPDATE EH SET EH_EV_Flag = : WHERE EH_AH_Idnr = :
what does this particular flag does, this is causing dead locks in my db as well.
EH_EV_Flag |
Byte |
1 |
UC: Typ=Boolean Null=True |
1=EV is defined, 0=there is no EV |
Please support.