Re: problem with selectKey and parameter map

2006-06-09 Thread Jeff Butler
One solution that's guaranteed to work - get rid of the parameterMap.  You don't need to use parameterMaps unless you are calling stored procedures.   If you really want to use parameterMaps, then you need to change the syntax of your insert statement...it should be like this:     

problem with selectKey and parameter map

2006-06-09 Thread Steven Pannell
Hi, I am unable to get the option working with a parameter map. say I have this: select mytable_seq.nextval from dual insert into table(id, name) (#id#, #name#) Running this I get an error because the insert reads the ID