Hello,
The following query returns "OLE DB provider "DBAmp.DBAmp" for linked server "salesforce" returned message "Error 13005 : unexpected char: '{'"."
How can this be solved?
declare @q nvarchar(500)
select @q='FIND {exampletext} IN ALL FIELDS RETURNING task (id,Description),event(id,Description),emailmessage(id,textbody)'
exec (@q) AT salesforce
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
SOSL is not supported with DBAmp. Only SOQL and SQL statements are supported with DBAmp.
-
-
Thank you Justin, is it planned to be supported one day or it's something fundamentally impossible?
-