y, 2 November 2005 18:53> To: user-java@ibatis.apache.org> Subject: Re: Feature of
resultset.getGeneratedKeys> > 1) Nope.> > 2) Depends on the driver, but in every case I have seen, no.> > Larry> > > On 11/1/05, Tat Leong Chong <[EMAIL PROTECTED]>wrote:
Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Larry Meadors
> Sent: Wednesday, 2 November 2005 18:53
> To: user-java@ibatis.apache.org
> Subject: Re: Feature of resultset.getGeneratedKeys
>
> 1) Nope.
>
> 2) Depends on the driver, but in eve
From: Tat Leong Chong [mailto:[EMAIL PROTECTED]
Sent: woensdag 2 november 2005 4:45
To: user-java@ibatis.apache.org
Subject: Feature of resultset.getGeneratedKeys
Hi,
I am new to Ibatis and using MySQL for company
MIS development. We found the new feature in JDK1.5
for
1) Nope.
2) Depends on the driver, but in every case I have seen, no.
Larry
On 11/1/05, Tat Leong Chong <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to Ibatis and using MySQL for company
> MIS development. We found the new feature in JDK1.5
> for getGeneratedKeys.
>
> 1. I am curious that is t
Hi, I am new to Ibatis and using MySQL for company MIS development. We found the new feature in JDK1.5for getGeneratedKeys. 1. I am curious that is the current version 2.1.5Ibatis already support this feature instead of usingthe Select LAST_INSERT_ID() as id?2. In the current version of IBATIS, Se