Search results

  1. C

    Pointer to Pointer passing to an api.

    I have the following api call I have to make, but I am not sure how to translate it to Progress. BOOL WINAPI SSubmitJob ( TCHAR *Host, // pointer to host TCHAR *Port, // pointer to port TCHAR *JobID, // pointer to Job Identifier BOOL Sync, // wait for request to finish TCHAR...
  2. C

    Reconnecting to a database

    The situation: I connect to a database using the .pf file. Certain program's in our application have to be compiled without this database connected. So my program would do something like this: update vPROGRAM_NAME. if vPROGRAM_NAME = "NODB.P" then disconnect DB. compile...
  3. C

    Lock remains after killing a client

    Sometimes when a Progress Session Hangs (or windows session) a client has to be killed using the task manager (or rebooting). Now I have the problem that sometimes the Progress client is not killed and keeps a record locked. Even after rebooting the database reports that the user is still...
  4. C

    Full Table Lock

    Can someone explain me how it is possible to get an full table lock in progress? The fact is, I get error 6527 when Progress wants to write a newly created record to the database. But by the time we can check with promon if we can find the user who is causing the problem, the record lock is...
Top