[BUGS] BUG #1415: odbc driver SQLGetInfo SQL_CATALOG_TERM returns empty string -
01-20-2005
, 01:06 PM
The following bug has been logged online:
Bug reference: 1415
Logged by: Farid Zidan
Email address: cpp256 (AT) netscape (DOT) net
PostgreSQL version: 8.0
Operating system: Windows 2000
Description: odbc driver SQLGetInfo SQL_CATALOG_TERM returns empty
string
Details:
odbc driver version 8.00.00.04 returns empty string for SQL_CATALOG_TERM.
Should return "database"
rc = SQLGetInfo( m_hdbc, SQL_CATALOG_TERM,
m_szCatalogTerm, sizeof( m_szCatalogTerm ), &cb );
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org |