RES: MySQL, iBatis, and mysql_insert_id

2004-06-03 Thread Fabricio Garcia Imbrizi
t(1); } Regardless Fabricio Garcia Imbrizi Murah Technologies 11 8275 0199 -Mensagem original- De: Nathan Maves [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de junho de 2004 14:18 Para: Struts Users Mailing List Assunto: Re: MySQL, iBatis, and mysql_insert_id iBatis

Re: MySQL, iBatis, and mysql_insert_id

2004-06-03 Thread Nathan Maves
iBatis 2.0 has this ability. The other option is to have a KeyGenerator class that handles all of this for you. Don't use the auto generated keys from mysql. Nathan On Jun 3, 2004, at 11:07 AM, Andy Engle wrote: Hi all, I am working on a Struts app where I will be slapping some stuff into a data

MySQL, iBatis, and mysql_insert_id

2004-06-03 Thread Andy Engle
Hi all, I am working on a Struts app where I will be slapping some stuff into a database table, and from there I will need to get an insert ID back. I am using a MySQL database, my database stuff is handled by iBatis, and I am assuming that I need to use the MySLQ command mysql_insert_id() to get