|
You can try SG24-6503-00 (DB2 UDB for iSeries Stored Procedures and Triggers) Redbook. But, I'm afraid, it does not dwell too much on performance - just shows how to do what you're after. My own advice would be to convert JDBC statement calls to JDBC stored procedure invocations, the more the better. Stored procedures should be written in RPG (no tricky subselects - the simpler the better) with (only if you need it) an intermediate C wrapper layer for complex parameter conversions. For instance, RPG-generated arrays can be converted in the C layer into the array result set format for easy access from your PC programs. Lo -----Original Message----- From: Glenn Holmer [mailto:gholmer@weycogroup.com] Sent: Wednesday, December 19, 2001 4:27 AM To: java400-l@midrange.com Subject: Stored Procedures Can someone point me to some information on how to create and call stored procedures using SQL on the '400 from Java programs? I am writing a Java program to run on a PC that requires a horrific SQL with subselects and so forth and we need to speed it up. -- ____________________________________________________________ Glenn Holmer gholmer@weycogroup.com Programmer/Analyst phone: 414.908.1809 Weyco Group, Inc. fax: 414.908.1601 _______________________________________________ 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/cgi-bin/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.