• Getting error Invalid use of default parameter when we update the account using stored procedure

    Hi,

    We are using version 8.1.3. We have ADO.net connector and written a code to insert/update/delete the user from target system. Insert code is working absolutely fine but sometimes update code throws an error "Invalid use of default parameter". I tried…

  • 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…