Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 49019 invoked from network); 19 Sep 2006 15:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 15:04:26 -0000 Received: (qmail 92553 invoked by uid 500); 19 Sep 2006 15:04:24 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 92543 invoked by uid 500); 19 Sep 2006 15:04:24 -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 92532 invoked by uid 99); 19 Sep 2006 15:04:24 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 08:04:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([85.90.206.104:59645] helo=office.redwerk.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 20/A0-28275-3F600154 for ; Tue, 19 Sep 2006 08:04:20 -0700 Received: from bofh by office.redwerk.com with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GPh96-0001Qm-5O for user-java@ibatis.apache.org; Tue, 19 Sep 2006 18:04:24 +0300 Date: Tue, 19 Sep 2006 18:04:24 +0300 From: Eugeny N Dzhurinsky To: user-java@ibatis.apache.org Subject: Re: dynamic tables names in query problem Message-ID: <20060919150424.GA5397@office.redwerk.com> Mail-Followup-To: user-java@ibatis.apache.org References: <50CA25BD6EEA954FA592C097399942E313A80EB4@CM1.wis.local> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50CA25BD6EEA954FA592C097399942E313A80EB4@CM1.wis.local> User-Agent: Mutt/1.5.13 (2006-08-11) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, Sep 19, 2006 at 03:56:43PM +0200, Niels Beekman wrote: > Try using $value[]$ or maybe $[]$. > Using #'s is probably not going to work, since most databases do not > support dynamic tablenames. The $[]$ solved problem, but $value[]$ doesn't work for some reason. -- Eugene N Dzhurinsky