i'm not sure what you're asking for but if what u want is move d pointer to
first record....
Resultset interface has a method called first() which returns boolean
value. first() moves the pointer to first record in Resultset.
Ricky Y. Artigas
Analyst/Programmer
Software Development -
Information Technology Division
Easycall Communications Phils., Inc.
418 Arayat Street
Mandaluyong City 1550
Philippines
Tel.no: (+632) 5338001 ext.6574
Pager: 141-002955
Email: [EMAIL PROTECTED]
> -------------------------------
> IMPORTANT NOTICE:
> This message (and any attachment hereto) may contain privileged and/or
> confidential information specific to EasyCall. If you are not the intended
> addressee indicated in this message, you may not copy or disseminate this
> message (or any attachment hereto) to anyone. Instead, please destroy this
> message (and any attachment hereto), and kindly notify the sender by reply
> email. Any information in this message (and any attachment thereto) that
> do not relate to the official business of EasyCall shall be understood as
> neither given nor endorsed by the company.
>
>
> -----Original Message-----
> From: hamid [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, October 15, 2000 1:53 PM
> To: [EMAIL PROTECTED]
> Subject: Re: BLOB Uploads
>
> Hi Gurus,
> I am accessing the database successfully and executing the query and
> moving
> its Records in ResultSet.
> Now the problem is that once I use while(result.next() ). It moves the
> pointer to end of file. Now I want to again access the resultset below the
> page.But it ResultSet shows null as the pointer is at eof. Now want to
> refresh the ResultSet or moving the pointer to first Record so can again
> use
> that ResultSet.
>
> Anyones help will be highly appreciated.
>
> Thanx in advance.
> Hamid Hassan
>
> ==========================================================================
> =
> 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