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

  • How to return a value in ADO.net script

    Hi,

    I am working on version 8.1.3. I am calling stored procedures through ADO.net connector and used the sample template provided in synchronization project to write a script. I am able to create the user in the target but unable to return the UserID…