If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Record Paging In Oracle ???

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-04, 12:56
RhythmAddict RhythmAddict is offline
Registered User
 
Join Date: Dec 2003
Posts: 148
Record Paging In Oracle ???

Hi all. This is the scenario - I've got a stored procedure/package in Oracle that retrieves records given the following arguments:

-first row
-last row
-WHERE Clause
-ORDER BY Clause

This works fine - and I'm paging 15 records at a time to my ASP page. However, my ObjRS.EOF is not working - I am guessing because I am paging 15 records at a time - it does not know if there are more records or not. For those of you who work with ASP + Oracle - how do you deal with record paging? Basically, I need a way to determine when the end of the recordset is...So I can remove my "next" button

Any ideas or thoughts on this would be fantastic - thank you!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On