Search results

  1. L

    How to solve looping problem

    Hello, I'm looking for some assistance on how to solve a looping issue with a query. I'm trying to create a list of all products, the total quantity in inventory for all warehouses, max invoice date and max PO receipt date regardless of which warehouse it occurred in. I'm creating a temp table...
  2. L

    Question Buffer copy

    When doing a buffer copy to create a new record do I need to exclude the rowpointer in the copy? example: create b-icsw. buffer-copy icsw except cono whse to b-icsw.
  3. L

    Recommended Max Extent Size

    We are running Progress 11.7.3. I was wondering if Progress has a recommended max extent size. Does anyone happen to know? Many years ago it couldn't be over 2GB but then they gave us the ability to enable large files which allowed for larger extent sizes.
  4. L

    Resolved How do I to grant read only SQL access to ODBC user

    Using the data dictionary, I created a new ODBC user. I do not want this user to have access to all tables and only want the user to have read only access to a few tables. I've created the script with the tables I want to grant access on using the example found in article P55080 on the progress...
  5. L

    Resolved How to query record using rowid

    I have a single record that is causing an ODBC query issue because the data is larger than the sqlwidth. I know I can use the dbtool command to correct it, but before doing so I'd like to review the record that is causing the issue to identify how it was created. I have the rowid but cannot...
Top