Alarcon,

    I am sorry to say that, but this is a list for JSP-related questions,
please do not post offtopic!


Dario Andrade
WIZ Technologies
tel: (0xx21) 219-1138
e-mail: [EMAIL PROTECTED]
web site: http://www.wiz.com.br
wap site: http://www.wiz.com.br/wap

-----Mensagem original-----
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]Em nome de Alarcon Fabio
Enviada em: quinta-feira, 28 de setembro de 2000 10:48
Para: [EMAIL PROTECTED]
Assunto: About JDBC


Hi friends
I need your help, please.
1. How can I set the ResultSet" scrollable?
2. What is more expensive to get the number of rows from  a
ResultSet?
a)
        int rows = 0;
        rs.last();
        rows = rs.getRow();
        rs.beforeFirst();
b) with "SELECT count(*) ..."

Suggestions please.

Thanks in advance

Best regards


Fabio Alarcon Ortiz

Seguro Social de Salud, Lima - Peru
Gerencia Central de Desarrollo e Informatica
Gerencia de Sistemas
Phones : (51 1) 265 6000, 265 7000 Extensions 2356, 2357
Mobile : (51 1) 855 1393
ICQ    : 11002875
email  : [EMAIL PROTECTED], [EMAIL PROTECTED]

===========================================================================
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

===========================================================================
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

Reply via email to