I couldn't find anything about assigning a PK before INSERT in the 
documentation. My scenario: I have a PK generator (don't ask...)

I need to assign a new PK when a record is inserted and the PK is currently 
null. How can I do that?

My guess is that I could use ExecuteListener for that but which method 
would be the best place to assign the PK?

Reply via email to