Re: Q: Buffer size for SQL_DOUBLE to SQL_C_CHAR conversion

From: "Dmitriy Ivanov" <divanov-NOSP(at)M-aha(dot)ru>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Q: Buffer size for SQL_DOUBLE to SQL_C_CHAR conversion
Date: 2006-09-22 05:43:43
Message-ID: ef02oq$1e31$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I wrote:

DI> |...snip...|
DI> This length is exceeds 15, the decimal precision returned by
DI> SQLGetTypeInfo(hstmt,SQL_DOUBLE).
DI>
DI> What is the maximum size of the character buffer I have to
DI> allocate?

After diving into MSDN, just answering myself: the display size should come
to play.
Sorry for the noise.
--
Sincerely,
Dmitriy Ivanov
Common Lisp ODBC interface - lisp.ystok.ru/ysql.html

Browse pgsql-odbc by date

  From Date Subject
Next Message Dmitriy Ivanov 2006-09-22 08:50:37 Q: How to exclude system columns from the result of SQLColumns()?
Previous Message Hiroshi Inoue 2006-09-22 00:43:23 Re: Access Violation in VC++ 2005