Hi!

What would be an equivalent for this in JSP:

Set RS = Server.CreateObject("ADODB.Recordset")
RecordCount = RS.Recordcount

I wanna use recordcount syntax for record counting, but I am not much familiar with JAVA ?

Also, is there any good JAVA dedicated page for DB handling ?