prepared statement in batch always returning an array of -2
G Ranjith
Greenhorn
Joined: Nov 29, 2005
Posts: 4
posted
0
Hi,
Im using prepared statement. The statement is prepared outside the loop. Inside the loop, datas are varied and added to batch. On executing the batch , it returns an integer array. The problem is , the values in the array are always -2 independent of whether the status is true or false. Im always getting an array of -2(array length is equal to loop) even though sometimes database is upadated and sometimes not updated.