Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 97647 invoked from network); 31 Jul 2006 11:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 11:37:10 -0000 Received: (qmail 44406 invoked by uid 500); 31 Jul 2006 11:37:08 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 44390 invoked by uid 500); 31 Jul 2006 11:37:07 -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 44379 invoked by uid 99); 31 Jul 2006 11:37:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 04:37:07 -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 [85.90.206.104] (HELO office.redwerk.com) (85.90.206.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 04:37:06 -0700 Received: from bofh by office.redwerk.com with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G7W4l-0003P9-MS for user-java@ibatis.apache.org; Mon, 31 Jul 2006 14:36:47 +0300 Date: Mon, 31 Jul 2006 14:36:47 +0300 From: Eugeny N Dzhurinsky To: user-java@ibatis.apache.org Subject: connections to different databases Message-ID: <20060731113647.GA13078@office.redwerk.com> Mail-Followup-To: user-java@ibatis.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello! Is it possible somehow to use several databases for single SqlMapClient instance? For example, I would like to use queries in namespace "spider" to be executed on MySQL, and queries in the reset namepaces to be executed on PostgreSQL, w/o creating 2 instances of SQL map clients. -- Eugene N Dzhurinsky