Search results

  1. S

    find current with do transaction

    Hello , Can someone explain the diff between these 2 queries. Also pls suggest is it good to use find current xXx in no-lock after the transaction or release the table xXx using Release statement. 1. do transaction: find current xXx exclusive-lock no-error. xXx.yYy = zZz. find current xXx...
  2. S

    Appserver, Name service and Broker

    Hi All, Progress 9.1E Unix Can anyone please explain about appserver, name server, broker and relationship among them? how to start and stop the appserver, name server and broker with commands plz? Thanks in advance.
  3. S

    compare file with database record

    i want to compare records in file like .txt or .csv with database record. can any1 temme how to do that in progress code. for eg. i have list of cust-num in txt file.. i want to compare these with customer table cust-num field.. want to produce diff cust-num in another txt file..
  4. S

    Browse widget

    In my table i have customer no,name ,country,salary records details.. i want to display only top 5 salary details in my browser.. i need the exact query for it.. thanks in advance shiva
  5. S

    Contain Clause

    Why CONTAINS clause can not be used in FIND statement
  6. S

    Error-Status

    can an1 explore abt ERROR-STATUS ..?
  7. S

    Performance Tuning

    What are all the ways we can improve the performance of our process ?
  8. S

    Transaction Leak

    What is transaction Leak ?
  9. S

    Locks

    Is it Possible to use LOCKS in temp table and work table ? If so what are all the locks we can use in work table and temp table ?
  10. S

    transactions

    in which are the progress blocks transaction happens?
  11. S

    Stream

    what are the limitations in using stream? tell me for progress 9.1D and for open edge
  12. S

    probkup

    how to backup a database using probkup.exe ? some one explain me clearly
  13. S

    Cim

    whats the full form or expansion of CIM ?
  14. S

    Procedure

    whats the difference between persistent and super procedure ?
  15. S

    set,update,prompt-for

    whats the difference between SET,UPDATE and PROMPT-FOR ?
Top