Regardless of whether its possible, WHY could you be bothered?
Regarding your stated problem, I would say that its likely permissions, or connection parameters which are preventing you from doing updates or deletes.
"I'm living so far beyond my income that we may almost be said to be living apart
select * from openquery([fred], 'Update drugnote set dntnote="test1" where dntcode="ANPE1"')
works fine but returns (not suprisingly) error 7357 which aborts the procedure.
changing this to
update fred...drugnote set dntnote='test1' where dntcode='ANPE1'
returns
Msg 7333, Level 16, State 2, Line 1
Cannot fetch a row using a bookmark from OLE DB provider "VFPOLEDB" for linked server "fred".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.