Re: Connecting to a specific Schema via ODBC.

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Michael Weaver" <mweaver(at)corpusglobe(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Connecting to a specific Schema via ODBC.
Date: 2003-02-18 08:44:27
Message-ID: 03AF4E498C591348A42FC93DEA9661B885B7@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

-----Original Message-----
From: Michael Weaver [mailto:mweaver(at)corpusglobe(dot)com]
Sent: 18 February 2003 06:56
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] Connecting to a specific Schema via ODBC.

I've got to insert data into a specific schema via windows based
ODBC.
The program that will be inserting the data does not know about
schemas, so I need to get the ODBC connection to point directly to the
desired schema.

Is this possible?

Hi Mike,

In the Connect Settings textbox on the Advanced Setup dialogue for the
datasource, add a statement such as:

SET search_path = my_schema, pg_catalog;

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message mamad mahdavi 2003-02-18 16:11:53 request
Previous Message Silje Ausen 2003-02-18 08:39:33 float8 and currency conversion