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

From Clemens Ladisch
Subject Re: SQLTables does not retrieve everything
Date
Msg-id c8dcdf56-f36a-a882-8eeb-6f06c4d919a7@ladisch.de
Whole thread Raw
In response to SQLTables does not retrieve everything  (Igor Korot <ikorot01@gmail.com>)
List pgsql-odbc
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.


Regards,
Clemens


pgsql-odbc by date:

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