> Is this possible? If so, what's the syntax? Is the syntax for ODBC
> connection strings documented anywhere? I've googled for this info,
> but unsuccessfully.
I think that you have to specify the schema in the select query:
SELECT FROM myschema.mytable;
Vlad
PS: It should be a pass-through query (set in query options).