Search results

  1. S

    [OPENEDGE]Broker rejects connection

    We use ODBC a lot to fetch data from Progress database. Usually things work, but from time to time we get this error message: [OPENEDGE]Broker rejects connection. It looks that the problem occurs when there're many concurrent ODBC queries. Could this be due to some kind of limitation on the...
  2. S

    ABL from .NET

    Is there a way to execute ABL statements from a .NET (C#) program, similarly to executing SQL statements via ODBC?
  3. S

    CURRVAL/NEXTVAL - Permission denied

    Hello, My database includes a table named Customer, which has a sequence that is also named Customer. I'm trying to execute: SELECT PUB.Customer.CURRVAL FROM PUB.Customer but getting: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]permission denied (7677) PUB is the...
Top