Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

is there any sql statement for ...

 
   Database Forums (Home) -> Visual Basic -> DAO RSS
Next:  Error while generating Snapshot  
Author Message
Zeynel Kaya

External


Since: Jan 09, 2007
Posts: 3



(Msg. 1) Posted: Wed Mar 21, 2007 6:55 am
Post subject: is there any sql statement for ...
Archived from groups: microsoft>public>vb>database>dao (more info?)

hi,

i want to select between 100th and 200th records on a table.
is there any sql statement for that like TOP statement.

I know TOP statement returns absultely (or percently when use TOP
PERCENT) top records. But i need between 100th and 200th records or other.

if there is not, is there any way for that?

 >> Stay informed about: is there any sql statement for ... 
Back to top
Login to vote
Richard T. Edwards

External


Since: Feb 04, 2006
Posts: 14



(Msg. 2) Posted: Wed Mar 21, 2007 12:54 pm
Post subject: Re: is there any sql statement for ... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you have an auto incrementing index you could use it in your SQL
statement.

Where ID > 99 and ID < 201.

"Zeynel Kaya" wrote in message

> hi,
>
> i want to select between 100th and 200th records on a table.
> is there any sql statement for that like TOP statement.
>
> I know TOP statement returns absultely (or percently when use TOP PERCENT)
> top records. But i need between 100th and 200th records or other.
>
> if there is not, is there any way for that?

 >> Stay informed about: is there any sql statement for ... 
Back to top
Login to vote
Zeynel Kaya

External


Since: Jan 09, 2007
Posts: 3



(Msg. 3) Posted: Thu Mar 22, 2007 11:58 am
Post subject: Re: is there any sql statement for ... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks,

Richard T. Edwards yazmış:
> If you have an auto incrementing index you could use it in your SQL
> statement.
>
> Where ID > 99 and ID < 201.
>
> "Zeynel Kaya" wrote in message
>
>> hi,
>>
>> i want to select between 100th and 200th records on a table.
>> is there any sql statement for that like TOP statement.
>>
>> I know TOP statement returns absultely (or percently when use TOP PERCENT)
>> top records. But i need between 100th and 200th records or other.
>>
>> if there is not, is there any way for that?
>
>
 >> Stay informed about: is there any sql statement for ... 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
strange! vb6+access2002 - I have a mdb called treesy.mdb.There is a table,named transcipt with three fields:serial_no, eng,sound serial_no:1-10 (10 numbers) eng: 1.The movie has been on for 15 minutes, madam.@ 2.Oh, my god!@ It's 7:45 now!@ 3.Is Helen coming?@ It¡¯s 6:50 now.@..

Authentication Error??? - Ok so heres the code.. for some reason I kept getting the no permissions message, so I attempted to add the access workgroup file. Now I get the "Authentication Failed" message. This is a secure database. HELP.. I know I'm writing (adding) som...

Database Access Crashes on Windows 2003 Terminal Server - I have been running a Microsoft Access 97 application on Windows 2003 Terminal Server for almost a year now, with no problems. About two weeks ago, I started to get the following errors in my event log: Application Error; EventID: 1000 Faulting..

Software Engineers required for USA - Dear Sir, Kraftware Inc. Software Engineers required for USA We are a leading software consulting company based in Nebraska (Omaha) Growing in business for the past 9 yrs. We are currently Experiencing Growth and we are Hiring Software Engineers for..

Clipboard content to Access field - Hello: How can I paste a bitmap image in clipboard to an Access field using VB? Thank you in advance.
   Database Forums (Home) -> Visual Basic -> DAO All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]