|
David, I have very large amount of rows (~400,000) need be either updated or inserted into DB2 tables after the data are processed by a Java program. JDBC rs.updateRow() method performs update row by row. It takes a lot of times. In inserting case, to execute insert SQL statement row by row also takes a lot of time. I am thinking that may be I could save the results from Java program into a file and then loading this file into DB table at one time. Any suggestions? Thanks. Wayne -----Original Message----- From: David Gibbs [mailto:david@midrange.com] Sent: Thursday, February 13, 2003 9:41 AM To: java400-l@midrange.com Subject: Re: Bulk load on AS/400 DB2 "Xu, Weining" <Weining.Xu=3YG79awXLjU@public.gmane.org> wrote in message 2775CED022F4D4119CF800902754B5AE06F4C4CE@xwilmbx01.aig.com">news:2775CED022F4D4119CF800902754B5AE06F4C4CE@xwilmbx01.aig.com... > Does anyone know how to perform bulk load on AS/400 DB2 V5R1? Any > documentations? Thanks. Can you be more specific on what you mean by "Bulk Load"? Are you talking about loading tables from an external source? david _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.