Look into using the LIMIT keyword in your select. Something like this:
select * from city where syncDate < ? and syncDate > ? limit $skip$, $max$ You'll need to add those values to the parameter object. Larry On Tue, Jan 20, 2009 at 11:22 AM, Jeff P <killingd...@hotmail.com> wrote: > I'm using MySQL with MyConnectorJ5.1.7