Hi team,
I am creating an update DSRequest on server and setting values in it. when I execute the query is created like below:
This query breaks by giving error that the update query is not fully formed. I can't find any detail about $defaultValuesClause. My dsRequest values contains the primary key id as well.
Thanks in advance.
I am creating an update DSRequest on server and setting values in it. when I execute the query is created like below:
Code:
UPDATE employee SET $defaultValuesClause WHERE (employee.employee_id=2)
Thanks in advance.
Comment