Recent content by Benny.Giesbers

  1. B

    ODBC:Need to sort, but can't use ORDER BY because of Progress bug - How to use index?

    Re: ODBC:Need to sort, but can't use ORDER BY because of Progress bug - How to use in We've looked into it a bit further and it seems that both 4GL and OpenEdge are using another index than the one we're hoping for. Instead of taking the 5-field index that has the 4 fields of my WHERE-clause...
  2. B

    ODBC:Need to sort, but can't use ORDER BY because of Progress bug - How to use index?

    Re: ODBC:Need to sort, but can't use ORDER BY because of Progress bug - How to use in True, but if my query has a selection on the first 4 fields of an index, then my result should be sorted on the 5th field of that index. Isn't it like that in Progress 4GL? The client doesn't want to let...
  3. B

    ODBC:Need to sort, but can't use ORDER BY because of Progress bug - How to use index?

    One of our clients wants to get data from their database into Excel sorted on a specific column. Since the installation of OpenEdge 10.1B03, this is causing their Microsoft Query to crash with a 'Socket closed. Server crash likely' error. The Progress Knowledge Base is very clear about this: It...
  4. B

    API without dialer

    So far, it's working on my computer, but not on the computers of my colleagues. Some small adjustments need to be made before it's ready. Because it's made for internal use inside our company, I can't just post it here for free. If you're interested in coding one yourself, the msdn...
  5. B

    API without dialer

    We have solved (or better: are solving) this problem by coding a small tool that uses the TAPI functions directly. It comes with a 2nd tool that allows you select the device to use. This value is stored in the registry, which is then used by the 1st tool.
Back
Top