Feature #230
Pagination on Exceptions List
Start date:
11/11/2010
Due date:
11/13/2010
% Done:
100%
Related issues
History
#1
    
    Updated by Luke Murphey about 15 years ago
    
    - Assignee set to Luke Murphey
 
#2
    
    Updated by Luke Murphey about 15 years ago
    
    - Due date set to 11/30/2010
 - Start date changed from 10/25/2010 to 11/30/2010
 
#3
    
    Updated by Luke Murphey about 15 years ago
    
    May use the offset clause in Apache Derby to do pagination (also supported in MySQL) but not supported in MS-SQL.
JDBC also has methods for setting the absolute row ID in the cursor (using ResultSet.absolute). Another option is to use the CachedRowSet (within the com.sun.rowset.CachedRowSetImp namespace).
#4
    
    Updated by Luke Murphey about 15 years ago
    
    Note: if new SQL commands are required, then the Database Requirements page must be updated
#5
    
    Updated by Luke Murphey about 15 years ago
    
    - Category set to Web Interface
 
#6
    
    Updated by Luke Murphey about 15 years ago
    
    - Start date changed from 11/30/2010 to 11/29/2010
 
#7
    
    Updated by Luke Murphey about 15 years ago
    
    - Due date changed from 11/30/2010 to 11/12/2010
 - Start date changed from 11/29/2010 to 11/11/2010
 
#8
    
    Updated by Luke Murphey about 15 years ago
    
    - Due date changed from 11/12/2010 to 11/13/2010
 
#9
    
    Updated by Luke Murphey almost 15 years ago
    
    - Status changed from New to Closed
 - % Done changed from 0 to 100