Re: [BUGS] BUG #5180: How to get only User created tables by using SQLTables() in ODBC

2009-11-23 Thread Nikhil Sontakke
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"

Re: [BUGS] BUG #5180: How to get only User created tables by using SQLTables() in ODBC

2009-11-12 Thread Pavel Stehule
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

[BUGS] BUG #5180: How to get only User created tables by using SQLTables() in ODBC

2009-11-12 Thread 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 tables by using SQLTables() in ODBC Details: