on 2007 Jun 06 9:04 PM
Hello,
I am Updating a SQL Server Table using JDBC Adapter.
Now I have multiple input rows and the procedure needs to be called for each set.
Do I need to use multimapping for this or just generating multiple <b>Statement</b> node will solve?
Also For this will there is any knows/ forseen problem (like Transaction handling) that I need to take care of?
Thanks and Regards,
Himadri
Message was edited by:
Himadri Chakraborty
You don't need to handle any transactions. Check the advanced option in JDBC adapter and you can use DEFAUT option, which automatically uses the JDBC transaction level. As others said you don't even need to use the multi mapping, Multiple stmt node will do
Regards,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Everyone...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Himadri,
You can create multiple nodes to solve your issue.Multimapping is not needed in this case.You go for multimapping only when you fetch data from multiple tables
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Himadri,
You can just create multiple statement nodes in one message.
I am not aware of any known or foreseen issues with this approach.
Kind regads,
Koen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.