Search results

  1. M

    Very slow queries

    Well, whatever, man. I've seen applications developed in 4GL, not a pretty sight. We needed an SQL database and had Progress installed on the development machines, beginning the development using it seemed like a pretty straight-forward thing to do. Since most modern applications are build in...
  2. M

    Very slow queries

    We only used Progress because we had licences from an earlier project, instead of wasting time on a product we didn't really like we switched to MySQL. The few changes necessary took about half a day to make, and we certainly never looked back. As an SQL database MySQL is superior in every way...
  3. M

    Very slow queries

    I'm connecting using the Progress JDBC drivers that came with the installation. I think the major files are called progressjdbc.dll and progress.zip.
  4. M

    Very slow queries

    Hi everybody I'm developing a program in Java, that talks to a Progress 9.1C database. Now, it seems like all my database queries take very long time, like 300-600 milliseconds. The progress people told us the SQL interface was slower than the 4GL interface, but it shouldn't be THIS slow...
Back
Top