I have 2 examples of simple stored procs the first works and the second gives the error "The OLE DB Provider 'MSDASQL' inicates that the object has no columns"
Ex.1
SELECT * FROM OPENQUERY(LinkedServer,'Select de_refno,de_name FROM Departmt ORDER BY de_refno')
Ex.2
SELECT * FROM OPENQUERY(LinkedServer,'UPDATE Departmt SET de_name='' WHERE de_refno=''yyy''')
The data files are FoxPro 2.6 DOS and the SystemDSN is using Microsoft VFP Driver
Very gratefully for any help with this problem
Ex.1
SELECT * FROM OPENQUERY(LinkedServer,'Select de_refno,de_name FROM Departmt ORDER BY de_refno')
Ex.2
SELECT * FROM OPENQUERY(LinkedServer,'UPDATE Departmt SET de_name='' WHERE de_refno=''yyy''')
The data files are FoxPro 2.6 DOS and the SystemDSN is using Microsoft VFP Driver
Very gratefully for any help with this problem