I need access to a resultset that is too large to send all at one time. I see two possible solutions: 1) Create a BMP Entity bean that allows a client to access a resultset in chunks. The interface might look something like this: void setChunkSize(int rowsPerChunk) void setQuery(String sql) String[][] getNextChunk() 2) Create a stateful session bean with a similar interface/functionality. Which solution is better (more scalable, portable, etc.)? Are there any better solutions out there? Thanks, Jeff Wise MCI WorldCom [EMAIL PROTECTED] =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
