Are you attempting to put a 20 MB file into a BLOB column in a database table? If so, I'd suggest you consider just leaving the file in the file system and putting a reference to it in a small character column. What benefit are you deriving from putting a file into the database?
----- Original Message ----- From: "Daniel Bruce Lynes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 5:55 PM Subject: [JBoss-user] Streams > I'm curious if there's any way I can get streams to work as a parameter to an > EJB call. I've looked through the java.io package, to no avail, trying to > find a serializable stream. Is there perhaps a third party source of > serializable streams (open source, preferably)? Or, is the only way I'm > going to be able to stream data to the database, is through the use of a > servlet communicating directly with the database? This is for files that > might be as large as 20 megabytes for receiving from Tomcat, and sending back > to Tomcat. > > Thanks in advance. > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
