I used more than two CachedRowSet without problem.

Can you give more details about this ?

Albert Pi
Corp IS System Delivery
516-803-3762


>>> [EMAIL PROTECTED] 09/24/02 09:40AM >>>
In the remote method declaration, I'm creating to CachedRowSet object and I'm using 

return crset1;
return crset2;

to send them to the client, but I receive following error message during the 
compilation;

ReisImpl.java:63:unreachable statement
            return crset2;
            ^
1 error

How can I return two CachedRowSet object to the servlet? 

___________________________________________________________________________
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