|
I don't see where you're inserting id in your insert statement. You'll
need to add it as a parameter even if you use selectKey. Diran jaybytez wrote: When I use a selectKey in conjunction with a parameterMap...the selectKey does not appear to work in mapping its value into the insert statement. I originally did not have an id field in my object, so I added one and included it in the parameterMap thinking this would help. I then made the selectKey output map to the id parameter thinking it would populate id with the result from selectKey...it doesn't. I tested the selectKey separate and it works. But in this example below...I keep getting integrity constraint violations because the selectKey and insert are trying to insert 0...or something. Any help on this? |
- Re: selectKey and parameterMap issue Diran Ayandele
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue Diran Ayandele
- Re: selectKey and parameterMap issue Diran Ayandele
- Re: selectKey and parameterMap issue jaybytez
- Re: selectKey and parameterMap issue Jeff Butler
- Re: selectKey and parameterMap is... jaybytez
- Re: selectKey and parameterMa... Jeff Butler
- Re: selectKey and parameterMa... Diran Ayandele
- WOOOOHOOOO!!!!....that was it jaybytez
