Re: Multipage JDBC result

2003-09-18 Thread Navneet Karnani
Andrew Kuzmin [EMAIL PROTECTED] 09/16/03 09:12 AM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:Re: Multipage JDBC result Hi, see this link http://jakarta.apache.org/struts/faqs/newbie.html#pager

Re: Multipage JDBC result

2003-09-18 Thread Julie . Huang
: Multipage JDBC result What database are you using ? We use the MySQL database and have effectively used the limit clause to work with a limited set of records. we just store the query condition in the forms and work with that in every page. - Navneet [EMAIL PROTECTED] said the following on 18/09

RE: Multipage JDBC result

2003-09-18 Thread Yee, Richard K,,DMDCWEST
, September 18, 2003 10:48 AM To: Struts Users Mailing List Subject: Re: Multipage JDBC result we are using orcale 8i, maybe it is the time to migrate to MySQL??:P thank you! Navneet Karnani [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 09/18/03 09:24 AM Please respond to Struts Users Mailing List

Re: Multipage JDBC result

2003-09-17 Thread Andrew Kuzmin
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 8:27 PM Subject: Re: Multipage JDBC result I read the documentation, but I can't tell what the pager iterates over. I'm assuming it iterates over java collections. This could be a problem if you have a huge

Re: Multipage JDBC result

2003-09-17 Thread Julie . Huang
Andrew Kuzmin [EMAIL PROTECTED] 09/16/03 09:12 AM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:Re: Multipage JDBC result Hi, see this link http://jakarta.apache.org/struts/faqs/newbie.html

RE: Multipage JDBC result

2003-09-17 Thread David Benoff
1:27 PM To: Struts Users Mailing List Subject: Re: Multipage JDBC result It seems that it pulled the whole JDBC resultset into the memory at one time(correct me if I am wrong at this point) since my data sets will be very huge, I don't think it is a good idea to pull down all the data

Multipage JDBC result

2003-09-16 Thread Jonathan Hawkins
Howdy, Any tips as to where I can find code examples of how to break down a large JDBC result into say 25 rows per page? Jon Hawkins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multipage JDBC result

2003-09-16 Thread Andrew Kuzmin
: Multipage JDBC result Howdy, Any tips as to where I can find code examples of how to break down a large JDBC result into say 25 rows per page? Jon Hawkins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Multipage JDBC result

2003-09-16 Thread Michael Muller
Hawkins [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 3:39 PM Subject: Multipage JDBC result Howdy, Any tips as to where I can find code examples of how to break down a large JDBC result into say 25 rows per page? Jon Hawkins