Re: Can I specify a SCHEMA in the ODBC string?

From: vladimir <bouncer(at)nowhere(dot)org>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Can I specify a SCHEMA in the ODBC string?
Date: 2005-06-17 12:47:35
Message-ID: d8ugku$al8$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> 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).

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Noel 2005-06-17 19:45:10 Re: Can I specify a SCHEMA in the ODBC string?
Previous Message Ludek Finstrle 2005-06-16 09:28:49 Re: Can I specify a SCHEMA in the ODBC string?