helo to everyone on javaranch,
i am using oracle as a backend on
j2ee, they r about 1000 records my sql query retreives. Since storing 1000 records at the server side will increase the burden on server i want to display only firt 50 and then next 50 upon the client request.
Is there any provision in oracle sql using which i can retrieve only first few records then next few records.
thanx in advance