Search found 1 match

by ryanc30
Thu 28 Oct 2021 17:21
Forum: ODBC Drivers
Topic: Error when trying to Update Salesforce in SSMS as linked server
Replies: 3
Views: 16145

Re: Error when trying to Update Salesforce in SSMS as linked server

I also have the same issue. Any advice?

The select works correctly. The update gives the error.

Select * From [DYNAMICS365]...[account]
where name = 'Margaret Bruce (RGC Import)'

update [DYNAMICS365]...[account]
set websiteurl = '[email protected]'
where name = 'Margaret Bruce (RGC Import)'

OLE DB provider "MSDASQL" for linked server "DYNAMICS365" returned message "[Devart][ODBC][Dynamics 365]SQLite error
parser stack overflow".