Search results

  1. A

    Progress / Vantage Labor Entry

    I am integrating an application with Vantage ERP 6.10 software. I am running on Progress 9.1D. I am trying to add records for Labor tracking entered from other systems. I can get the LaborDtl and LaborHed records populated and things show up in the Labor Entry, however, nothing is showing up...
  2. A

    ODBC Performance

    I have a c#.net windows application that I have developed that is accessing the Progress 9.1D Database using the Merant ODBC driver and running SQL92 statements. Performance seems pretty crummy. It appears that the performance on a particular query is faster after it runs the first time, but it...
  3. A

    ODBC Performance

    I have a c#.net windows application that I have developed that is accessing the Progress 9.1D Database using the Merant ODBC driver and running SQL92 statements. Performance seems pretty crummy. It appears that the performance on a particular query is faster after it runs the first time, but...
  4. A

    Indexes

    I having some problems with the performance of retrieving and updating data in Progress. I want to try using indexes because it seems like every time I run a query, it is doing a table scan. Is that right if you aren't explicitly using an Index? I get a syntax with this statement: select *...
  5. A

    Auto Incrementing

    Does Progress have auto incrementing type fields? If not how can this be handled as to not duplicate keys in the system?
Top