Search results

  1. S

    Is ROWID sequential?

    I have a Progress database that I need to poll on a regular interval to get the new rows in certain tables. Not all of these tables have a date column or other column that can be used in the query to tell which rows are new. Can ROWID be used? Is it sequential? SELECT * FROM pub.MyTable WHERE...
  2. S

    WorkArounds2=8192

    I'm trying to make calls into Progress using the ODBC Merant 3.60 32-BIT Progress SQL92 v9.1D driver in C#. I've been getting the following error on some records: The Progress database belongs to a 3rd party application and I have no control over it what so ever. The company that provides this...
Top