Multiple choice technology platforms and products

In ODBC stage, if Parameter array size setting conflicts with the rows per transaction setting then

  1. Rows per transaction takes precedence over parameter array size

  2. Parameter array size takes precedence over Rows per transaction

  3. Default values will be taken into consideration

  4. throws runtime error

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In ODBC stages, when there's a conflict between parameter array size and rows per transaction settings, the parameter array size takes precedence. This is because parameter array size affects how data is grouped for database operations, while rows per transaction is a secondary constraint that gets overridden.