Selecting schemas in ODBC/Win32 - Mailing list pgsql-odbc

From Claus Scherschel
Subject Selecting schemas in ODBC/Win32
Date
Msg-id 43722a76$0$21947$9b4e6d93@newsread2.arcor-online.net
Whole thread Raw
List pgsql-odbc
Hi everyone,

I'm developping a scientific database using Postgres 8.0.1. For
testing purposes I set up a basic MS Access frontend connected via ODBC.
This consists of some linked tables only.

Now, with the release of Postgres 8.1 I decided to switch to the new
version. I reconfigured the existing DSN selecting the unicode-version
of the new ODBC drivers coming along with 8.1. Installing and migrating
the database wasn't a problem. But when I try to link some new tables
into the frontend I'm not able to select the public-schema, where my
tables are located.
The ODBC driver shows tables from the information_schema only. Adding a
SET SEARCH_PATH specifing the public-schema explicitly doesn't help.
Neither the ANSI-driver won't do nor creating a new DSN would help.
What's to be done, to have the choice what schema to connect with?
Re-linking existing tables is not a problem at all.

Kind regards,
Claus.

pgsql-odbc by date:

Previous
From: Claus Scherschel
Date:
Subject: Re: Invisible tables in Access 2000
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work