Search results

  1. M

    CONNECT Statement on a UNIX server

    The progress documentation mentions "By default, the AVM disconnects all databases at the end of a session. The DISCONNECT statement, which explicitly disconnects a database, does not execute until all active procedures that reference the database end or stop. " My code is sth like this...
  2. M

    CONNECT Statement on a UNIX server

    Yes, you are right, thanks!! I got the message 1415: "The open database table is full, increase the -h parameter. (1415) Progress cannot open additional databases. To open another database you must either close one that is currently open or increase the -h parameter on the command line." I...
  3. M

    CONNECT Statement on a UNIX server

    Hello, I need your help, please! Progress 9.1d Here is the deal, I use the CONNECT Statement to connect to different databases on running time, when I do that on Windows XP I have no problem, I can connect to several databases, but when I run it on a Unix server I just can connect to 2 o or...
Back
Top