Search results

  1. K

    Difference between Sub-Procedure and Function

    Hi All, I have one more silly question the difference between Sub-procedure and Function. One I know is that Returning Value. Are there any more differences? Functions are faster compare to Procedures, I heard but don't know why. Functions generally used for small business logic not for...
  2. K

    Strong Scope Use

    Hello everyone! I know there are Strong Scope in Progress with REPEAT FOR and DO FOR blocks. But I nver saw any use of these in my career of 4.5 years. Could please anyone help me to find where exactly we can make use of Strong scope in programming? Thanks!
  3. K

    Share-lock

    Hi All, I know there are 3 kinds of Locks in Progress Exclusive, Share and No Lock. I know all properties of these locks. I tried a lot, but I couldn't find the answer of where we can use SHARE-LOCK? As in multiuser it is always suggested to use EXCLUSIVE-LOCK with NO-WAIT NO-ERROR, what...
Top