agriffin02
New Member
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 is still too slow. Does it cache the query on the server? I have made sure that I am using all columns that belong to an index.
Are there other options that would be better for accessing the data?
If it helps anyone to understand what I am working with, I am working with Epicor's Vantage ERP system.
Are there other options that would be better for accessing the data?
If it helps anyone to understand what I am working with, I am working with Epicor's Vantage ERP system.