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?
|
- Re: return two CachedRowSet Halil AKINCI
- Re: return two CachedRowSet Chris Pratt
- Re: return two CachedRowSet Albert Pi
- Re: return two CachedRowSet Richard Yee
- Re: return two CachedRowSet Albert Pi