Hi All,
I am getting "primary key required for update option" error while execute the update query using input tool.
I tried with ODBC as well as OLEDB database connectivity but facing same error.
I tried with simple dummy table where only one column dummy and applied the update query but got an error
I used the following simple update query.
update [DATABASE].dbo.dummy
set [DATABASE].dbo.dummy.[dummy] = '1'
Where [DATABASE].dbo.dummy.[dummy] = '2'
Can you please help.