hi
can some tell me when we access database how to get the number of rows
in table like the sql statement is
select * from tablename;
can i know how many rows r there (without moving all the rows )
or if i use select count(*) from table in the excutequery() then
what will be return
or can we get the no. of rows effected when i use "select..." statement
in excuteUpdate() function
thanx in adcance
paras
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets