cannot get column information from OLE DB providerMSDASQL
An interesting note; in osql from a windows XP box (patched/updated/et al)
connecting to the sql2005 sql server, I can run osql (osql sql2000 ver.) and
run the same query the stored proc is using;
select * from OPENQUERY(LINKEDSERVER,'select * from foxprotable')
and it works fine.
But when I run the stored proc I get:
Msg 7350, Level 16, State 2, Server SQLSERVERNAME, Line 1
Cannot get the column information from OLE DB provider "MSDASQL" for linked
server "LINKEDSERVER".
OLE DB provider "MSDASQL" for linked server "LINKEDSERVER" returned message
"[Microsoft][ODBC Visual FoxPro Driver]File 'foxpro.dbf' does not exist.".
-- Jesse
|