Hi Paul,
It is much easier to figure out if a record is locked. See next example
DEFINE BUFFER bf_<TABLE> FOR <TABLE>.
FOR EACH <TABLE> NO-LOCK:
DISP <TABLE>.
DO TRANSACTION:
FIND FIRST bf_<TABLE>
WHERE ROWID( bf_<TABLE> ) = ROWID( <TABLE> )
EXCLUSIVE-LOCK NO-ERROR...
Hello,
I have a question about database conversion. Is there a tool to convert a SQL server DB to a Progress DB. Will this tool also keep the db relations?
Regards,
Ralph.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.