|
You have defined a statement that generates a single value because you're using a group function (COUNT) and you don't have any GROUP BY statements. Because of this, only one row is returned in the result set, so do a single rs.next to position to that row. You have only specified a single numeric column, so rs.getInt(1) will retrieve that value. You could also name the field using "AS" in your SQL statement and get the value that way. Joe > From: RPower@xxxxxxxxxx > > Ok will do. But do I reference it by: > int x = rs.getInt(1);
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.