File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes using enhanced for insted of while - for reading resulset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "using enhanced for insted of while - for reading resulset" Watch "using enhanced for insted of while - for reading resulset" New topic
Author

using enhanced for insted of while - for reading resulset

Rohit Mehta
Ranch Hand

Joined: Mar 11, 2005
Posts: 77

hi
how can i read resultset using enhanced for loop - instead of while (rs.next)
thanks

rohit


- Rohit
Balagopal Kannampallil
Ranch Hand

Joined: Oct 18, 2004
Posts: 111

You cannot use ResultSet as such in an enhanced for-loop as it expects an Iterable object or an array. This link will help you understand the enhanced for-loop better.


Bala

SCJP 5.0
Gonna hunt down SCWCD soon..
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: using enhanced for insted of while - for reading resulset
 
Similar Threads
Problem with priority Queue
Enums and operators
Array reverse
List Duplicated
how we can create xls file in java