|
 |
asp_web_howto thread: ASP DB Browses limited to ### of records?
Message #1 by Don Eilenberger <done@b...> on Tue, 29 May 2001 13:28:53 -0400
|
|
Having a small problem.. some FP (sorry, it does the job I need)
browses - are not displaying all the records in the database.
I have 800+ records in the MS Access database, but when I display
the browse of it using an ASP database connection, only 260 +/-
display. No filters in place.. this is with the database browse
set to show records ## per page (typically 5, although I got the
same results with 10 records per page..). The page buttons on
the bottom of the page will display 1/26, indicating the 1st of
26 pages, when it should be the 1st of ~82 pages.
Any ideas?
Thanks!
====================================
Don Eilenberger VP-IS
Bid-Service
225 Willowbrook Rd
Freehold, NJ 07728
xxx-xxx-xxxx
don_e@b...
====================================
Message #2 by "Daniel O'Dorisio" <dodorisio@h...> on Wed, 30 May 2001 20:35:56 -0400
|
|
http://www.aspfree.com/authors/bipin/adorecordsetpaging.asp?language=asp&pag
e=1
read up on ado recordset paging.. complete control.. no hmm i wonder what fp
is doing in there :-)
daniel
Daniel O'Dorisio
dodorisio@h...
xxx-xxx-xxxx
-----Original Message-----
From: Don Eilenberger [mailto:done@b...]
Sent: Tuesday, May 29, 2001 1:29 PM
To: ASP Web HowTo
Subject: [asp_web_howto] ASP DB Browses limited to ### of records?
Having a small problem.. some FP (sorry, it does the job I need)
browses - are not displaying all the records in the database.
I have 800+ records in the MS Access database, but when I display
the browse of it using an ASP database connection, only 260 +/-
display. No filters in place.. this is with the database browse
set to show records ## per page (typically 5, although I got the
same results with 10 records per page..). The page buttons on
the bottom of the page will display 1/26, indicating the 1st of
26 pages, when it should be the 1st of ~82 pages.
Any ideas?
Thanks!
====================================
Don Eilenberger VP-IS
Bid-Service
225 Willowbrook Rd
Freehold, NJ 07728
xxx-xxx-xxxx
don_e@b...
====================================
|
|
 |