Have you written a Stored Procedure on the database to handle your batch. You can send an array containing all the values you need to insert/update via the batch. It will help you to cut down / lower execution time significantly, i.e., improve performance.
You can also try to pass the array of values intended for the batch to an MDB (Message Driven Bean). This way you can run the batch asynchronously and not affect your online application or affect it minimally. Rajesh -----Original Message----- What is the problem with your current performance? -----Original Message----- I want to insert some 3000 records in the database. I tried using executeBatch() to insert all the records at a go. But the application gets hang and nothing happens. When i try using PreparedStatement then it does work and just takes some 30 seconds. I am using Informix as the database and the DriverClass in ifxjdbc.jar. I checked the specification of the driver and it promises to be jdbc2.0 compliant. Any idea on how to improve the performance? ___________________________________________________________________________ This email and any attached to it are confidential and intended only for the individual or entity to which it is addressed. If you are not the intended recipient, please let us know by telephoning or emailing the sender. You should also delete the email and any attachment from your systems and should not copy the email or any attachment or disclose their content to any other person or entity. The views expressed here are not necessarily those of Churchill Insurance Group plc or its affiliates or subsidiaries. Thank you. Churchill Insurance Group plc. Company Registration Number - 2280426. England. Registered Office: Churchill Court, Westmoreland Road, Bromley, Kent BR1 1DP. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]