Re: SQLTables does not retrieve everything

Поиск
Список
Период
Сортировка
От Igor Korot
Тема Re: SQLTables does not retrieve everything
Дата
Msg-id CA+FnnTw9N-dOfzG0PGf4ZLtpjr5Z7agYRBH-z3nU0FD7dj4Bxg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SQLTables does not retrieve everything  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: SQLTables does not retrieve everything  (Clemens Ladisch <clemens@ladisch.de>)
Список pgsql-odbc
Or maybe there is a way to set it using SQLSetOption()?

Thank you.

On Sun, Dec 2, 2018 at 12:58 AM Igor Korot <ikorot01@gmail.com> wrote:
>
> Hi, Clemens,
>
> Igor Korot wrote:
> >> ret = SQLTables( m_hstmt, NULL, 0, NULL, 0, NULL, 0, NULL, 0 );
> >>
> >> only retrieves the tables from the current database/catalog and "public" schema.
> >> There is no tables/view on the INFORMATION_SCHEMA and all the system tables.
> >
> >System tables are hidden by default, unless you specify them explicitly
> >in the TableType parameter.
> >
> >The "Show System Tables" data source configuration option can change
> >this behaviour.
>
> I presume I should add:
>
> ShowSystemTable = true
>
> to odbc.ini. Am I right? Or that needs to be spaced out?
>
> On the un-related note, I didn't receive you reply to the list.
> Could you please check my subscription to the list?
>
> Thank you.
>
>
> Regards,
> Clemens


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

Предыдущее
От: Clemens Ladisch
Дата:
Сообщение: Re: SQLTables does not retrieve everything
Следующее
От: Igor Korot
Дата:
Сообщение: Re: SQLTables does not retrieve everything