Re: Best way of retrieving tablename from a query ?

From: lothar(dot)behrens(at)lollisoft(dot)de
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Best way of retrieving tablename from a query ?
Date: 2005-07-20 18:11:34
Message-ID: 42DEAFF6.14760.63D877@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

now I have found the function for this requirement.

SQLColAttribute with SQL_DESC_BASE_TABLE_NAME as the third parameter
gives me what I need.

Lothar

--
Lothar Behrens | Rapid Prototyping ...
Rosmarinstr 3 |
40235 Düsseldorf | www.lollisoft.de

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Joel Fradkin 2005-07-20 18:31:57 what is best way to get the latest libpq version.
Previous Message lothar.behrens 2005-07-20 16:54:11 Best way of retrieving tablename from a query ?