Recent content by shivaprasath143

  1. S

    find current with do transaction

    Thanks Tom!. This is really helpful information. One more question. Can I define a single buffer a table and use it across a single procedure. For example: I have a table called customer. I defined bbcustomer buffer for it. Is it okay to use the same buffer in the entire program or its better...
  2. 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...
  3. 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.
  4. 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..
  5. S

    Browse widget

    no response ??
  6. S

    Browse widget

    max-rows works before sorting.. im not getting the proper output.. is there anyother way ?
  7. S

    Browse widget

    Is it possible to do it without temp table?
  8. 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
  9. S

    Performance Tuning

    what are all the ways we can identify the issues?
  10. S

    Contain Clause

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

    Error-Status

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

    Performance Tuning

    while report generation if we have any performance isssues.. how to solve it ?
  13. S

    Transaction Leak

    thanks shiva
  14. S

    Performance Tuning

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

    Transaction Leak

    What is transaction Leak ?
Top