Monday, 23 May 2016

Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1

Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1



May be your json data is wrong check once.
you have give exta key value pair or less key value pair in your json data.

i got the same problem and i verified this may occur because of Auto increment primary key. To solve this problem do not inset auto increment value with data set. Insert data without the primary key.

No comments:

Post a Comment