in Education by
I have one table which has 2 IDs. Now I have to check id1 value of table1 and if it is equal to id of the destination schema then i have to take the id2 from the table1 and assign it into second element in the destination schema.. How to do this using database lookup table functoid. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I believe Microsoft made a big mistake to include the database functoid. The reasons for this are: The SQL code generated under the hood is not performant (run a sql trace and you will see). In fact more than one connection is sometimes created. The request/response to SQL server will not be handled via the send port/adapter framework. So no enterprise-level servicing is available for the call (failure handling, retries, load balancing, etc). From a design perspective, it obfuscates the db calling functionality inside of a xslt which is nasty. However, you can achieve the same ends by making the call to the database outside of the map, and then passing the response message from the DB call into the map alongside your source message you want to transform. You can add as many input messages as needed in this way. If you want details on how to create a multi input map: https://stackoverflow.com/a/7902710/569662

Related questions

0 votes
    I have one table which has 2 IDs. Now I have to check id1 value of table1 and if it is equal ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 7, 2022 in Education by JackTerrance
0 votes
    For a cache look up to be a Hit, which of the following must be true? (a)Tag==Block Number and Valid Bit = 0 (b)Tag== ... and Valid Bit = 0 (d)Tag==Block Offset and Valid Bit = 1...
asked Oct 7, 2020 in Technology by JackTerrance
0 votes
    Subtotal value is the data base are calculated with count function are true ya false Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Subtotal value is the data base are calculated with count function are true ya false Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Which of the following is the base layer for all of the sparse indexed data structures? (a) SArray (b ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    How could we retrieve a single value from data base using Groovy?...
asked Sep 25, 2021 in Technology by JackTerrance
0 votes
    You are working with this XML code snippet from the XML document cars.xml. You need to return the information about the cars ... D.doc("cars.xml")/cars/car[integer(year) > 2000]...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    Name the Prime Minister who followed these policies? (i) ....... : Look East (ii) ..... : Efforts to increase Foreign Direct Investment Please answer the above question....
asked Aug 18, 2022 in Education by JackTerrance
0 votes
    Look at the latest Annual Report of the Ministry of Home, Government of India. Make a list of the main activities of the ministry. Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
    My website is pixel perfect in firefox but it does not show its real look in google chrome, but I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    As the title says, why does my html template look different on three different screen sizes? I understand ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    I'm a visual/UI designer working on a project/product which has been designed by another designer. This ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I am running my junit tests via ant and they are running substantially slower than via the IDE. My ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 21, 2022 in Education by JackTerrance
0 votes
    I am running my junit tests via ant and they are running substantially slower than via the IDE. My ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
...