Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 18064 invoked from network); 7 Jul 2008 15:29:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2008 15:29:45 -0000 Received: (qmail 33317 invoked by uid 500); 7 Jul 2008 15:29:44 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 33115 invoked by uid 500); 7 Jul 2008 15:29:43 -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 33104 invoked by uid 99); 7 Jul 2008 15:29:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 08:29:43 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [213.140.16.5] (HELO ufmail.unionefiduciaria.it) (213.140.16.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 15:28:49 +0000 From: "Davide Rogora" To: Subject: R: create table in a mapping file?? Date: Mon, 7 Jul 2008 17:32:02 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <18313227.post@talk.nabble.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org We create tables with iBatis tag and it works perfectly I.e.: CREATE TABLE [dbo].[FooTable] ..... Remember that if the table name contains # character, you have to escape it, otherwhise iBatis will treat it like a field placeholder. Davide. -----Messaggio originale----- Da: mimy17 [mailto:ninny12@hotmail.com] Inviato: lunedi 7 luglio 2008 11.46 A: user-java@ibatis.apache.org Oggetto: create table in a mapping file?? Hi, I would like to know if it's possible to create a temporary table in mapping file and how? Thanks -- View this message in context: http://www.nabble.com/create-table-in-a-mapping-file---tp18313227p18313227.h tml Sent from the iBATIS - User - Java mailing list archive at Nabble.com.