|
From: Larry Ducie The only real perculiarity in using this API is that you have to handle the result set as you would in java using JDBC. That is, you iterate through each column for each row fetched.
Happy Fourth, Larry! I'm a little confused (not that that's unusual). What do you mean "iterate through each column"? The ResultSet in JDBC has a next() method which positions you to the next row, at which point you do getXxx (e.g., getString, getFloat) passing either an ordinal column number or a String containing a column name to get the appropriate field from the current row. I don't have to iterate through the columns. Joe
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.