Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 89854 invoked from network); 29 Sep 2005 12:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 12:51:46 -0000 Received: (qmail 77061 invoked by uid 500); 29 Sep 2005 12:51:44 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 77038 invoked by uid 500); 29 Sep 2005 12:51:44 -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 77024 invoked by uid 99); 29 Sep 2005 12:51:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 05:51:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of michael.campbell@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO zproxy.gmail.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 05:51:49 -0700 Received: by zproxy.gmail.com with SMTP id 13so377078nzp for ; Thu, 29 Sep 2005 05:51:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RaRD5ATSuFWti2ZmFyfy8jIqc4RKqc2y0CkbkOYj41prt7zUAm+1QPXZOoVSsZ7puhtJ1RRVNqmBGqWvwBx0AUdWhzRxSFfyWUp6dBmJyksgGyLDN36FimGw4Dzb9xgp31VVtbNCoRNj3YeRalBnaaZ80hjG1KNV6pY8oWmkc9g= Received: by 10.36.250.19 with SMTP id x19mr4432223nzh; Thu, 29 Sep 2005 05:51:21 -0700 (PDT) Received: by 10.36.24.8 with HTTP; Thu, 29 Sep 2005 05:51:21 -0700 (PDT) Message-ID: <811f2f1c050929055117f32175@mail.gmail.com> Date: Thu, 29 Sep 2005 08:51:21 -0400 From: Michael Campbell Reply-To: Michael Campbell To: user-java@ibatis.apache.org Subject: Re: MS Access selectKey question In-Reply-To: <1153.203.162.73.250.1127962207.squirrel@webmail.uio.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2745.203.162.73.250.1127892189.squirrel@webmail.uio.no> <811f2f1c050928050246dba820@mail.gmail.com> <1153.203.162.73.250.1127962207.squirrel@webmail.uio.no> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/28/05, chriskle@student.matnat.uio.no wrote: > Thanks for the replies guys. Sorry for the late response.. > The id property doesnt exist in the object im inserting, ... If this is the case, then your sql with " ... values (#id#, ..." won't work since by using "#id#", you're telling it look FOR an "id" property. -- I tend to view "truly flexible" by another term: "Make everything equally hard". -- DHH