Re: scroll problem

2003-08-21 Thread sanjay gupta
Thanks for the valuable tips sanjay - Original Message - From: "Rob A. Brahier" <[EMAIL PROTECTED]> To: "Roger Baklund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "sanjay gupta" <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 11:

RE: scroll problem

2003-08-19 Thread Rob A. Brahier
PROTECTED] Cc: sanjay gupta Subject: Re: scroll problem * sanjay gupta > i have tried limit , but i want 10 records at a time and when i > hit "return key" i will show next 10 records, and so on. how i > can achieve this . Depending on your OS, you could try something li

Re: scroll problem

2003-08-19 Thread Roger Baklund
* sanjay gupta > i have tried limit , but i want 10 records at a time and when i > hit "return key" i will show next 10 records, and so on. how i > can achieve this . Depending on your OS, you could try something like this: $> mysql -e "SELECT * FROM tablename" database | more It won't give you

Re: scroll problem

2003-08-19 Thread Victoria Reznichenko
0 to retrieve rows 11-20 > > sanjay > - Original Message - > From: "Victoria Reznichenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 19, 2003 2:32 PM > Subject: Re: scroll problem > > >> "sanjay gupta" &l

Re: scroll problem

2003-08-19 Thread shaag
> From: "Victoria Reznichenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 19, 2003 2:32 PM > Subject: Re: scroll problem > > >> "sanjay gupta" <[EMAIL PROTECTED]> wrote: >> > >> >

Re: scroll problem

2003-08-19 Thread sanjay gupta
AIL PROTECTED]> Sent: Tuesday, August 19, 2003 2:32 PM Subject: Re: scroll problem > "sanjay gupta" <[EMAIL PROTECTED]> wrote: > > > >I have lot of problem due to scrolling .e.g. When i give > > command " select * from table-name" .if

Re: scroll problem

2003-08-19 Thread Victoria Reznichenko
"sanjay gupta" <[EMAIL PROTECTED]> wrote: > >I have lot of problem due to scrolling .e.g. When i give > command " select * from table-name" .if the records are more than the srceen > width then i am unable to see all the records ,only last records are > visible.Is there any comma