Re: psqlodbc-08.00.0101 compile error
От | Peter Eisentraut |
---|---|
Тема | Re: psqlodbc-08.00.0101 compile error |
Дата | |
Msg-id | 200503181643.48114.peter_e@gmx.net обсуждение исходный текст |
Ответ на | psqlodbc-08.00.0101 compile error ("Rhys Ickeringill" <rhysi@omnilink.com.au>) |
Ответы |
Re: psqlodbc-08.00.0101 compile error
|
Список | pgsql-odbc |
Am Mittwoch, 9. März 2005 01:43 schrieb Rhys Ickeringill: > from psqlodbc-08.00.0101's odbcapi30w.c : > > RETCODE SQL_API SQLColAttributeW( > SQLHSTMT hstmt, > SQLUSMALLINT iCol, > SQLUSMALLINT iField, > SQLPOINTER pCharAttr, > SQLSMALLINT cbCharAttrMax, > SQLSMALLINT *pcbCharAttr, > SQLPOINTER pNumAttr ) > > from libiodbc-3.52.2's sqlucode.h (included by odbcapi30w.c) : > > RETCODE SQL_API SQLColAttributeW( > SQLHSTMT hstmt, > SQLUSMALLINT iCol, > SQLUSMALLINT iField, > SQLPOINTER pCharAttr, > SQLSMALLINT cbCharAttrMax, > SQLSMALLINT *pcbCharAttr, > SQLLEN *pNumAttr ) Both Microsoft and unixODBC agree with our version, and the SQL standard says it's SQLINTEGER *, so I'm afraid iODBC loses this vote. -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-odbc по дате отправления: