| 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: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeroen van 't Hart | 2008-03-25 12:47:43 | Re: PG odbc - MSQuery |
| Previous Message | Sebastian Reitenbach | 2008-03-25 11:49:52 | connection problem with postgresql driver 8.03.0100 to postgresql 8.3.0 |