RE: Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-23 Thread leo li
is big object,with the same paramete (16 megs stack size)of jvm ,I can send 50 megs file to database! I think the mysql may be improve on this point. >From: "Mark Matthews" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subjec

RE: Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-21 Thread William R. Mussatto
ented. On Fri, 21 Sep 2001, Mark Matthews wrote: > Date: Fri, 21 Sep 2001 08:14:45 -0500 > From: Mark Matthews <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Faliue: Write huge binary data to blob Field of mysql use jdbc > > Hi, I

RE: Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-21 Thread Mark Matthews
Hi, I'm the author of the JDBC driver. I'm not sure what the problem is, but I am going to try and talk you out of storing multi-megabytes as blobs. Here's whyIn most cases it is more overhead than it is worth. If you're going to be serving the data from these blobs from some other type of ser

RE: Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-20 Thread leo li
o: "'Àî Çà'" <[EMAIL PROTECTED]> >CC: "mysql mailing list (E-Mail)" <[EMAIL PROTECTED]> >Subject: RE: Faliue: Write huge binary data to blob Field of mysql use jdbc >Date: Thu, 20 Sep 2001 16:29:27 +0200 > >Hi ? ? > > > -Original

RE: Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-20 Thread Andreas . Schoelver
Hi ? ? > -Original Message- > From: ? ? [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 19, 2001 12:12 PM > To: [EMAIL PROTECTED] > Subject: Faliue: Write huge binary data to blob Field of > mysql use jdbc > > > Hi all: > > We are making

Faliue: Write huge binary data to blob Field of mysql use jdbc

2001-09-19 Thread 李 青
Hi all: We are making a project about "document manage " ,I use org.gjt.mm.mysql as jdbc to communicate with mysql. I can succeed in writing the binary data (the size about 14M) to database ,but when I write the binary data that's size exceed 20M I get a Exception. Please help me! Thanks! T