I'm trying to write an SQL Pass-thru query. I have set the connectionStr to:
PWD is valid but not listed here
but I get an OBDC Fail messge with the table does not exist. What's driving me nuts is that I can link the table and run the same query on the linked table with this connect property in the MSysObjects table:
Does anyone see what I'm doing wrong?
Thanks,
Rewdee
Code:
ODBC;DSN=Camp Data;UID=Camp;PWD=****;DBQ=OSRSTST.WORLD;DBA=W;APA=T;PFC=1;TLO=0;
but I get an OBDC Fail messge with the table does not exist. What's driving me nuts is that I can link the table and run the same query on the linked table with this connect property in the MSysObjects table:
Code:
DSN=Camp Data;DBQ=OSRSTST.WORLD;DBA=W;APA=T;PFC=1;TLO=0;
Thanks,
Rewdee