Hi
I have two processes running with do some inserts into a database. The inserts are in a transaction (Monitered by Encina). The first process tries to update the table while the first process is in the transaction. This results in
SQLCODE 244 ISAM Code 143.
I have tried giving lock mode row while table creation.
I have also "set lock mode to wait" on process start up but still it is coming up with the same error.
Any help on this regard would be greatly appreciated.
thanks
I have two processes running with do some inserts into a database. The inserts are in a transaction (Monitered by Encina). The first process tries to update the table while the first process is in the transaction. This results in
SQLCODE 244 ISAM Code 143.
I have tried giving lock mode row while table creation.
I have also "set lock mode to wait" on process start up but still it is coming up with the same error.
Any help on this regard would be greatly appreciated.
thanks