On 25 Aug 2003 14:27:45 -0700,
kalpanapai@hotmail.com (KalpanaPai)
wrote:
>I know that
>Select first 50* from Table will get only 50 rows
>But i want to know from the application side , if the query returns
>more rows , i want to get them in 50's and display and next 50 etc, in
>that way the query will not kill the memory if more sessions are
>connected without bringing the whole data to the buffer .
>
What application / development language are you using?