Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 29694 invoked from network); 17 Oct 2005 14:57:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 14:57:21 -0000 Received: (qmail 81436 invoked by uid 500); 17 Oct 2005 14:57:20 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 81219 invoked by uid 500); 17 Oct 2005 14:57:19 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 81207 invoked by uid 99); 17 Oct 2005 14:57:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 07:57:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.227.76.129] (HELO www.intland.com) (212.227.76.129) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 07:57:19 -0700 Received: (qmail 20708 invoked from network); 17 Oct 2005 16:56:56 +0200 Received: from p54a0dca4.dip.t-dialin.net (HELO lat) (84.160.220.164) by p15187949.pureserver.info with (RC4-MD5 encrypted) SMTP; 17 Oct 2005 16:56:56 +0200 From: "Zsolt" To: Subject: How to insert large BLOBs? Date: Mon, 17 Oct 2005 16:56:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcXTKwQIoiHSgCwzTgaNc2OgY67RrA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20051017145720.3845310FB2B0@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, What is he preferred way to insert large blobs? I would like to do that via InputStream. Zsolt