Search results

  1. T

    INSERT INTO with multiple rows without Select?

    I just got this error: Normaly in SQL you can do INSERT INTO (columns_list) VALUES (values for row1), (values for row2) ... I looked up the docs and theres the possiblity to insert rows from a subselect or something. Is there no way to just put 2 rows with one statement...
  2. T

    Answered Progress JDBC Implementation (limit connection count)

    Hello Community, im using the jdbc to query data from Progress db via sql. The documentation states that there is a parameter for maxPooledStatements. I've run some tests and found ot that this property does not limit the pooled connections or statements. Currently im programming a client-side...
  3. T

    Answered Transaction Isolation Level not working

    Hello Progress Community, im currently using progress 12.2 running on Linux Ubuntu 20.04.3 LTS (Focal Fossa) and access it via JDBC and ABL-Sessions. (Promon screenshot showing the connections) So i did the following test: 1) Open a transaction via JDBC, change a Record via SQL `UPDATE` and...
Top