resultset cannot contain more than a specific no. of records, though the query may return more.In ur case, the max. size for the resultset may be 50. I think u will have to get the records in sets of 50 recursively. PS: the problem may also be of DAO version.pl. check that.The same occured to me before also. > ---------- > From: Raveendra[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: 2000 $BG/ (J 6 $B7n (J 2 $BF| (J $B6bMKF| (J $B8a8e (J 06:09 > To: [EMAIL PROTECTED] > Subject: java.sql.sqlexception(Function sequence error) > > hi all > In one of my servlet i am trying to get the records(more than 50) > from > oracle8 through servlet > using with "sun.jdbc.odbc.JdbcOdbcDriver" whenever i am running that > servlet > i am getting > error like > java.sql.SQLException: [Microsoft][ODBC Driver Manager] Function sequence > error > > so.pls let me know how to over come that error... > > Thanks in advance... > > > Raveendra > > ========================================================================== > = > 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