I'm guessing that you'd also be interested in how to get that ID back.... Check out page 20 in the Developer Guide.
http://ibatis.apache.org/javadownloads.cgi Clinton On 8/4/07, Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > > Just do a standard insert and don't include the id column. > > > > > Hi. > > How to insert a new record in MySQL table in the case that the table > uses an > > auto > > generated ID column? > > Thanks. > > >
