Hi,
> Please find the code:
>
> retValue=SQLTables(hstmt, NULL, 0, NULL, 0, NULL, 0, (SQLCHAR*) "TABLE",
> SQL_NTS);
>
You should pass the schemaname to the above call to restrict the
result set to a specific schema. For example:
SQLTables(hstmt, NULL, 0, (SQLCHAR *)"public"
2009/11/12 Jitendra Lenka :
>
> The following bug has been logged online:
>
> Bug reference: 5180
> Logged by: Jitendra Lenka
> Email address: jitendra.le...@csqldb.com
> PostgreSQL version: 8.3.3
> Operating system: Fedora10
> Description: How to get only User created t
The following bug has been logged online:
Bug reference: 5180
Logged by: Jitendra Lenka
Email address: jitendra.le...@csqldb.com
PostgreSQL version: 8.3.3
Operating system: Fedora10
Description:How to get only User created tables by using SQLTables()
in ODBC
Details: