Q: How to exclude system columns from the result of SQLColumns()?

From: "Dmitriy Ivanov" <divanov-NOSP(at)M-aha(dot)ru>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Q: How to exclude system columns from the result of SQLColumns()?
Date: 2006-09-22 08:50:37
Message-ID: ef07un$1u1i$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello folks,

This is probably a FAQ, but I have failed to find the answer in the mailing
list archive.

In the DSN Datasource options (ANSI driver 08.02.0100), the ShowSystemTables
and OID boxes are unchecked. But call to SQLColumns always returns tableoid,
oid xmin and the others. Is there any setting to turn this off?
--
Sincerely,
Dmitriy Ivanov
Common Lisp ODBC interface - lisp.ystok.ru/ysql.html

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-09-22 08:52:40 Re: Q: How to exclude system columns from the result of SQLColumns()?
Previous Message Dmitriy Ivanov 2006-09-22 05:43:43 Re: Q: Buffer size for SQL_DOUBLE to SQL_C_CHAR conversion