How to insert a row into MySQL?

2007-08-04 Thread HHB
Hi. How to insert a new record in MySQL table in the case that the table uses an auto generated ID column? Thanks. -- View this message in context: http://www.nabble.com/How-to-insert-a-row-into-MySQL--tf4217462.html#a11998476 Sent from the iBATIS - User - Java mailing list archive at

Abator Eclipse Plugin - Indention Spaces/Tabs

2007-08-04 Thread Ole Trenner
Hi, it seems as if the Abator Eclipse plugin uses different indention characters on Eclipse/Windows than on Eclipse/Linux when creating the iBatis artifacts. Although the particular Eclipse installations (both Win/Lin) are configured to use spaces only for indention, the Abator plugin under

Re: How to insert a row into MySQL?

2007-08-04 Thread Zoran Avtarovski
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.