You'll need to use ResultSetMetaData to get thedetails of the results returned.<br>ResultSetrsSet;<br>ResultSetMetaData rsMeta = rsSet.getMetaData();<br><br>This willallow you to get rows, column names, etc.