vote up 0 vote down star

INSERT INTO UPLOAD_FILE_RECORD_FIELDS_DATA

select ?,?,?,? 
union all 
select ?,?,?,? 
union all 
select ?,?,?,?

I have to insert multiple records into one table.So i am using query as below.and setting parameter values. But i am getting error code 77.What is cause?

No of records to be inserted are approx 70000.So i am inserting 100 records in one query and then using addBatch() on preparedstatment 700 times i execute whole batch .

flag

69% accept rate

1 Answer

vote up 0 vote down

Actually it was not error code 77.it was no of updates per statement.SO Everything is working fine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.