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

Поиск
Список
Период
Сортировка
От vladimir
Тема Re: Can I specify a SCHEMA in the ODBC string?
Дата
Msg-id d8ugku$al8$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Can I specify a SCHEMA in the ODBC string?  (Jon Farb <sawzall710@gmail.com>)
Список 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).

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Michael Kochetkov"
Дата:
Сообщение: {? = call myfunc(?,?)} syntax for set-returning functions
Следующее
От: Amir Zicherman
Дата:
Сообщение: can't open more than 128 connections