ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old August 9th, 2003, 11:24 AM
yyyy yyyy is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 1 yyyy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question recorset paging

I have to output a recordset using paging. suppose by setteing:
rs.PageSize = 100

The records has two fields: firstID and secondID.
The recordset is ordered by firstID in reverse order, then by secondID in usual alphabetical order:


strSQL = "SELECT firstID,secondID,body FROM Forums "
strSQL = strSQL & " ORDER BY firstID DESC, secondID ASC"

rs.Open strSQL, connStr, adOpenForwardOnly, adLockReadOnly, adCmdTableDirect



The problem is that when I output the current page I DO NOT WANT that the subgroups of records which have the same firstID will be able to be in DIFFERENT pages...

I want that the number of records in every page will be >= 100 , unless the first subgroup of records in the current rs page that have the same firstID field, is larger than 100 : in this case I want that the current rs page will include only this subgroup of records.


Do you have any idea how to do that?

Reply With Quote
  #2  
Old August 9th, 2003, 07:00 PM
WineIsGood's Avatar
WineIsGood WineIsGood is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: New York
Posts: 49 WineIsGood User rank is Private First Class (20 - 50 Reputation Level)WineIsGood User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 7 m 51 sec
Reputation Power: 6
Unless you take advantage of ASP.NET features, you're pretty much screwed. You're going to have to write it yourself.
-Dave

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > recorset paging


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway