Using Biztalk 2006 & Oracle connector.
I would like to insert a record into an Oracle table, for which I have to use the sequence MY_SEQUENCE to generate the values for column ID.
How can I tell the Orchestration to insert the value MY_SEQUENCE.NEXTVAL into the ID column ?
I tryed to specify ‘MY_SEQUENCE.NEXTVAL’ as the default value for the node ID in the schema, but I got an error saying that ID expected a numeric value (an got a string : ‘MY_SEQUENCE.NEXTVAL’.
Thanks for any help,
Attila