Hello Experts,
Does anyone know how we can update an integer field value with dql write activity template?
I try update .... set my_int=? but it maps the parameter like this '500' and the system complains that it can't set a string to an int.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
I mean on the DQL activity, there is an option to define datatype for parameter.
Are you mapping the input (?) to int parameter?
I have a custom type with an integer attribute and I am trying to map an int to this field. Could I explain what I am trying to do?
Oh, I was in hurry and possibly I used string and it never came to my mind.