|
hi, Larry Meadors a écrit : i've emptied the whole table FUN_ERR_OBJ and used your sql fragment but i keep having this error... my ibatis log looks like : DEBUG [uPortal thread pool worker #3] sql.Connection.[] oct./11 14:25:45 - {conn-100163} Connection
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100164} PreparedStatement: select LAST_INSERT_ID()
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100164} Parameters: []
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100164} Types: []
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100166} PreparedStatement: insert into FUN_ERR_OBJ ( numObj, codGi, numLang, codInf, typErrObj, libErrObj ) values ( ?, ?, ?, ?, ?, ? )
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100166} Parameters: [36, GEN, 41, NOM, W, L'information "Libellé" doit être renseignée pour la langue "Anglais"]
DEBUG [uPortal thread pool worker #3] sql.PreparedStatement.[] oct./11 14:25:45 - {pstm-100166} Types: [java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.String, java.lang.String, java.lang.String]
DEBUG [uPortal thread pool worker #3] jdbc.SimpleDataSource.[] oct./11 14:25:45 - Returned connection 4016151 to pool. you can see that the LAST_INSERT_ID() is issued before the insert... regards Larry On 10/11/05, Olivier Ziller GMail Lists <[EMAIL PROTECTED]> wrote: |
- Problem with include and selectKey Olivier Ziller GMail Lists
- Re: Problem with include and selectKey Larry Meadors
- Re: Problem with include and selectKey Olivier Ziller GMail Lists
- Re: Problem with include and selec... Larry Meadors
