PG odbc - MSQuery

Lists: pgsql-odbc
From: "Jeroen van 't Hart" <J(dot)vantHart(at)arpa-intrabouw(dot)nl>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: PG odbc - MSQuery
Date: 2008-03-25 08:48:16
Message-ID: 3EA0C8E935E7A044B3FE6DCA33B52E623D6E00@ARPA-SBS01.ai.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

I'm having trouble using the pg odbc driver (v. 8.2.5) in MS Query.
When I'm trying to select a column I get:

ERROR: cross-database references are not implemented:
"database.public.table"; Error while executing the query.

I also tried a newer and an older version (v 8.3.1 & v8.2.2) which
results in:
ERROR: relation "public.table" does not exist; Error while executing the
query.

In other applications everything works fine.

Any idea's?

Regards,
Jeroen vt H


From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Jeroen van 't Hart" <J(dot)vantHart(at)arpa-intrabouw(dot)nl>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: PG odbc - MSQuery
Date: 2008-03-25 12:28:22
Message-ID: 396486430803250528n3277b308p2826fd2fc7242218@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

On Tue, Mar 25, 2008 at 1:48 AM, Jeroen van 't Hart
<J(dot)vantHart(at)arpa-intrabouw(dot)nl> wrote:

> ERROR: cross-database references are not implemented:
> "database.public.table"; Error while executing the query.

Are you trying to join to tables from different databases?

> I also tried a newer and an older version (v 8.3.1 & v8.2.2) which
> results in:
> ERROR: relation "public.table" does not exist; Error while executing the
> query.

Most likely in this case your table is in a schema other than public.

--
Regards,
Richard Broersma Jr.