Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Row length

Status
Not open for further replies.

jeff526

Programmer
Jul 28, 2000
10
0
0
CA
How can I get the row number in a database table with jsp?<br>
 
ResultSet.getRow() works with JDBC 2.0; otherwise, you'll have to use a counter if using ResultSet.next(). <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top