Brandlhuber Florian
New Member
Hello community,
by a PHP Application i want to update a dataset inside a Progress-Table, that is working generally.
But it is possible to work on the same dataset inside our EPR-System that locks the dataset. Now when i want to update the dataset this i get this error.
SQL error: [unixODBC][DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Failure getting record lock on a record from table PUB.PP_Auftrag
My question now is, how can i find out, if that dataset is locked?
I already tried to read this statement:
SELECT TOP 100
*
FROM PUB."_Lock"
After searching for solutions i found a lot of hints which says that this is not a good idea?
Is there any other system table i can select?
Best Regards
by a PHP Application i want to update a dataset inside a Progress-Table, that is working generally.
But it is possible to work on the same dataset inside our EPR-System that locks the dataset. Now when i want to update the dataset this i get this error.
SQL error: [unixODBC][DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Failure getting record lock on a record from table PUB.PP_Auftrag
My question now is, how can i find out, if that dataset is locked?
I already tried to read this statement:
SELECT TOP 100
*
FROM PUB."_Lock"
After searching for solutions i found a lot of hints which says that this is not a good idea?
Is there any other system table i can select?
Best Regards