Hello,
I have the following question:
I want to update multiple records in a single table in my Oracle database. The data that will be updated is different for each record. I am connecting through ODBC driver.
Is it possible to call a stored procedure and pass an array of parameters to it so the records are updated on the server. I don't want to send a single update statement for each record because then my network traffic will be too large. I have over 200 clients (Handheld Terminals) communicating with the Oracle database.
Thank you.
Greetings,
Pascal.
I have the following question:
I want to update multiple records in a single table in my Oracle database. The data that will be updated is different for each record. I am connecting through ODBC driver.
Is it possible to call a stored procedure and pass an array of parameters to it so the records are updated on the server. I don't want to send a single update statement for each record because then my network traffic will be too large. I have over 200 clients (Handheld Terminals) communicating with the Oracle database.
Thank you.
Greetings,
Pascal.