RE: 64 bit integers
| От | Christian Bucanac |
|---|---|
| Тема | RE: 64 bit integers |
| Дата | |
| Msg-id | 5146853DD571D411AC54000102070D611C7E99@MINGBGNTS02 обсуждение исходный текст |
| Ответ на | 64 bit integers (Christian Bucanac <christian.bucanac@mindark.com>) |
| Список | pgsql-odbc |
Hi!
I posted earlier a question about int8 and ODBC, see below. I got the answer
that int8 works with ODBC driver version 07.01.0001 and later. The problem
is that I can not make it work. I use postgres version 6.4 with ODBC driver
version 07.01.00.04. Everyting works fine, but not with int8. When I try to
bind an int8 with:
SQLHSTMT lStatementHandle;
SQLINTEGER lMetadata;
SQLBIGINT lInt64;
SQLBindCol(lStatementHandle, 1, SQL_C_SBIGINT, &lInt64, sizeof(lInt64),
&lMetadata);
SQLBindCol returns SQL_ERROR and when I run SQLGetDiagRec on the statement
handle I get the following information:
SQLState: S1003 (meaning Invalid application buffer type)
NativeErrorPointer: 0
MessageText: [Microsoft][ODBC Driver Manager] Driver does not support this
parameter
Do you know what I am doing wrong?
Thanks for your help!
Sincerely,
Christian Bucanac
-----Original Message-----
From: Christian Bucanac [mailto:christian.bucanac@mindark.com]
Sent: den 10 april 2001 15:57
To: 'pgsql-odbc@postgresql.org'
Subject: [ODBC] 64 bit integers
Hi!
I wonder if you can use 64 bit integers with postgresql? I have checked
around a little. It seems like that postgresql supports 64 bit integers, but
the odbc driver does not. Is this correct, or is there a postgresql odbc
implementation for 64 bit integers? Any suggestions on how to proceed?
Thanks for your help!
Sincerely,
Christian Bucanac
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
В списке pgsql-odbc по дате отправления: