Search results

  1. S

    Database Block

    Thanks a lot Sir. :-)
  2. S

    Database Block

    Hi, I would like to know whether a database block only contains records of one table or different tables? Thanks. Subhransu
  3. S

    How many records does browse fetch?

    Hi, I believe that a read-only browse does not fetch all the records at a time which meet the criteria. But if that is correct, I would like to know the number of records being fetched at a time and how can it be controlled? Thanks. Subhransu
  4. S

    Size of a Field

    Hi, You said in you last reply that DBA may not have a good understanding of the performance issue. How can I tell them that there may be issues at their end too. Are there any guidelines/tests which will make me pin point the issue? Thanks. Subhransu
  5. S

    Size of a Field

    Hi, It is a standard table which stores the user comments in form of free text. The size of the table has recently exceeded 100 GB. Users reported slow response time while veiwing the comments in a browse ( not always but some times). There seems no issues from DB, Server as well as network...
  6. S

    Size of a Field

    Hi, I would like to know if there is a way to find out the total percentage of space taken by a field with respect to the size of the table. Secondly I would like to know if the size of the table contributes to the slowness in accessing the table? Thanks. Subhransu
  7. S

    Include File Parameter

    Where can I get the ProParse engine from? Is it a freeware?
  8. S

    Include File Parameter

    Hi, I am using Windows platform. Does that mean we can not do it using Progress? Thanks. Subhransu
  9. S

    Include File Parameter

    Hi All, I want to write a program which will list all the .p programs which have a specific include file (.i) with a specific include parameter (e.g. &filename). Can anyone suggest any simple ways to do so with a sample code? Appriciate your help on this. Thanks. Subhransu
  10. S

    JDBC Connection Error

    Hi, Can any body send me the sample code for JDBC connection with Progress DB? Also please let me know about URL,userid,password parameter with getConnection() in details. I have tried with the below code and got the error " GetRegValue(): Unable to RegQueryValueEx() The system could not...
  11. S

    Unused Indexes

    Hi All, Recently we figured out that in some tables Index size is more than 10 GB. So we want to drop unused indexes from the DB. Would someone let me know if there are other ways to do it apart from XREF codes one by one? Your help will be highly appreciated. Thanks. Subhransu
  12. S

    Display/Update a logical field as a check box in a Browse

    Thank you very much. :toast: Regards. Subhransu
  13. S

    Display/Update a logical field as a check box in a Browse

    Hi, I am using Progress 9.1E and I was wondering if it is possible to display logicals in a browse as Toggle-boxes? Please help!!! Thanks. Subhransu
  14. S

    Open Handles & Queries

    Hi, I wanted to know how many handles and queries are open at a point of time during execution. Please suggest. Thanks. Subhransu
  15. S

    Web Interface

    Is there any documents which can be refered for this purpose?
  16. S

    Web Interface

    Basically I would like to make request to web application and get http response and then process response with 4GL. Is there a way?
  17. S

    Web Interface

    Hi All, I am using Progress 9.1e (CUI). As per the requirements my 4GL appication need to interact with a web application. The idea is to capture the http response from the web application and perform some operations depending upon the response. Can someone help me? Thanks. Subhransu
Back
Top