Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Intereesting Table question (Maximum rows???)

Reply
 
Old 10-07-2008   #1 (permalink)
RICK


 
 

Intereesting Table question (Maximum rows???)

I am grabbing about 7000 rows from a MS Access table and trying to display
them as an HTML table. I am not getting the table to display. If I drop
the number of records to only a couple of thousand the table displays. Here
is my code.

I am grabbling each row from the table with a do while not rs.EOF.

Is there an issue with displaying that many rows in an HTML table format?




My System SpecsSystem Spec
Old 10-07-2008   #2 (permalink)
gimme_this_gimme_that


 
 

Re: Intereesting Table question (Maximum rows???)

We're missing the "here is my code" part.
My System SpecsSystem Spec
Old 10-07-2008   #3 (permalink)
Bob Barrows [MVP]


 
 

Re: Intereesting Table question (Maximum rows???)

RICK wrote:
Quote:

> I am grabbing about 7000 rows from a MS Access table and trying to
> display them as an HTML table. I am not getting the table to
> display. If I drop the number of records to only a couple of
> thousand the table displays. Here is my code.
>
It's probably not relevant.
Quote:

> I am grabbling each row from the table with a do while not rs.EOF.
>
> Is there an issue with displaying that many rows in an HTML table
> format?
I don't know. I do know there is an issue with expecting a human to read
that many rows in a single page :-)

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Typed datasets and table table adapters components not showing inToolbox .NET General
how do you create a dynamic table/pivot table .NET General
Alternate rows colors PowerShell
Add-on or tweak for multiple tab rows in IE7... Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46