Customer Portal

multi-row insert support for batch mode?

Comments 1

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Nierman,

    there is already a ticket for the issue: https://bug.javlin.eu/browse/CL-2701

    In the meantime I would recommend you using mentioned PostgreSQLDataWriter. If you doesn't want to go this way, you might take into consideration preparing the whole insert statement with multiple records up front (INSERT INTO yourtable (val) VALUES (val1), (val2) ... (valn);). After that you can send the statement into DBExecute.

    Hope this helps.

Please sign in to leave a comment.