Re: Getting autoincrement value from insert using JDBC

2001-01-25 Thread Paul DuBois
On Thu, Jan 25, 2001 at 05:17:03PM -0500, Gary Lyons wrote: > Hi all, > > If I have an insert statement that adds data to a table that contains an > autoincrement column, is there a way to get the value of the auto > increment column without doing an additional query in JDBC ? . I am > using the

Getting autoincrement value from insert using JDBC

2001-01-25 Thread Gary Lyons
Hi all, If I have an insert statement that adds data to a table that contains an autoincrement column, is there a way to get the value of the auto increment column without doing an additional query in JDBC ? . I am using the org.gjt.mm.mysql driver . Thanks