>>> kondam sampath <[EMAIL PROTECTED]> 9/23/99 3:12:57 PM >>>
>I have a servlet which has to generate HTML tables from the data
retrieved
>from the data base. I supposed to generate reports for multiple days
and the
>report for each date may have 40 t0 48 rows in table.
Are you testing with more than one request at a time... it sounds to
me like you're getting threads interfeering with each other database
connections.
>Im using PrintWriter Stream, writing in to the stream with
println()
>method,. Is there any limit on output size, do I have to use any
other
>stream.
No, it should be fine. Check that you're synchronizing access to the
database properly.
Nic
___________________________________________________________________________
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