Click to See Complete Forum and Search --> : Recordcount


Narva
October 5th, 2000, 04:28 AM
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 ?