Re: SQLTables does not retrieve everything - Mailing list pgsql-odbc

From Igor Korot
Subject Re: SQLTables does not retrieve everything
Date
Msg-id CA+FnnTxF-GYQDaeT7GzhLg8Ba2OmH+B=BtyKidK-4WyjmDzWhA@mail.gmail.com
Whole thread Raw
In response to Re: SQLTables does not retrieve everything  (Igor Korot <ikorot01@gmail.com>)
Responses Re: SQLTables does not retrieve everything
List pgsql-odbc
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 by date:

Previous
From: Igor Korot
Date:
Subject: Re: SQLTables does not retrieve everything
Next
From: Clemens Ladisch
Date:
Subject: Re: SQLTables does not retrieve everything