Search results

  1. R

    Can I skip locked records?

    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...
  2. R

    Sonic Info in progress

    Hi, I like to know if it is possible to see in progress the number of messages in a Sonic queue. Regards, Ralph
  3. R

    SQL server conversion to Progress

    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.
Back
Top