A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

undefined name in pass-through query



 
 
Thread Tools Display Modes
  #1  
Old July 21st, 2008, 07:54 PM posted to microsoft.public.access.queries
angie
external usenet poster
 
Posts: 314
Default undefined name in pass-through query

I'm writing a pass-through query joining a table from within the existing
database to an ODBC linked table via DB2. I keep getting the following error:

[IBM][CLI Driver][DB2] SQL0204N "ODWOWN01_MY_TABLE" is and undefined name.
SQLSTATE=42704 (#-204)

This is my first shot at a pass-through query, so forgive my ignorance. Any
assistance would be greatly appreciated.
  #2  
Old July 22nd, 2008, 10:15 AM posted to microsoft.public.access.queries
Brendan Reynolds
external usenet poster
 
Posts: 1,241
Default undefined name in pass-through query

"Angie" wrote in message
...
I'm writing a pass-through query joining a table from within the existing
database to an ODBC linked table via DB2. I keep getting the following
error:

[IBM][CLI Driver][DB2] SQL0204N "ODWOWN01_MY_TABLE" is and undefined name.
SQLSTATE=42704 (#-204)

This is my first shot at a pass-through query, so forgive my ignorance.
Any
assistance would be greatly appreciated.



As I understand it, the pass-through query is processed entirely by the
server database, without any intervention by the JET database engine, so
your pass-through query can refer only to objects that are visible to the
server. You can't include a local JET table, as that is not visible to the
server.

--
Brendan Reynolds

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.