ExecuteBatch method return array of value -2 in java

前端 未结 4 951
深忆病人
深忆病人 2020-12-14 06:55

When I am executing executeBatch method in java, its returning an int array that\'s fine but the value is -2 of all array elements,

it should be 0 or +ve number that

4条回答
  •  独厮守ぢ
    2020-12-14 07:57

    A value of -2 indicates that a element was processed successfully, but that the number of effected rows is unknown.

    specs

提交回复
热议问题