• Ho to read data from IEnumerable<CommitRecords>?

    Hi, I am working on ADO.net connector in version 8.1.3. We need to write our own code to push the data to target system and I noticed that we et the user data in IEnumerable<CommitRecords> when we write our own Multiprocessing steps script. Please help…

  • Need help with custom code for writing data to sql database using ADO.net connector and stored procedure

    Hi, I am trying to write the data to SQL target using ADO.net connector since I need to use stored procedure and direct db access is not available. I need a sample code to write code in Multiple Processing steps to create, update and delete user. We are…