John, ColdFusion has the ability to add a BLOCKFACTOR to database
queries. I believe that the blockfactor 'chunks' the recordset
transmission between the database and the CF server. For example, using a
blockfacter of 100 means that 100 records at a time are sent. This
'chunking' is transparent to the CF template.

Perhaps JDBC has a similar option?


On Thu, 25 Nov 1999, John John Tobias wrote:

> Hi All,
>
> Is there anyone who knows how to retrieve a large amount of data in database
> (let's say 30-50MB of data). I am using JDBC to retrieve data from Sybase(My
> database Server). But, unfortunately I cannot figure out why my servlet
> suddenly causes an Internal Server Error when I'm about to retrieve a large
> amount of data. However, my servlet works properly when I'm retrieving 2MB
> of data or less.
>
> I would appreciate it very much if you could help me with this problem.
>
> Thank's in advance,
>
> John John Tobias
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to