Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HTML Tables to display data
On Tue, 08 Sep 1998 17:08:22 -0400, Kevin Kirkpatrick <kjk_at_hrb.com>
wrote:
>This question doesn't really relate to Oracle directly but I figure that
>many of you may have run into this problem. I am developing a Web
>interface to an Oracle database. One of the Oracle tables I am querying
>has over half a million rows of data. My problem is that when I go to
>query the table, it is very possible for the result to be 500+ rows of
>data if not more. I used HTML tables to print out the data but Netscape
>practically chokes when it tries to create it, it takes forever. Is
>there some other way that I can display this large amount of data but
>still maintain that column format? Another way to avoid <TABLE>?
>
The reason Netscape takes a long time is that it need to determine the table column sizes and that can not be done until it gets the last row. I have tried two different ways to avoid the long load problem. Each works fine for different situations.
chris.
>Thanks in advance...
> Kevin
>
Received on Wed Sep 09 1998 - 05:15:51 CDT
![]() |
![]() |