RE: 64 bit integers - Mailing list pgsql-odbc

From Christian Bucanac
Subject RE: 64 bit integers
Date
Msg-id 5146853DD571D411AC54000102070D611C7E99@MINGBGNTS02
Whole thread Raw
In response to 64 bit integers  (Christian Bucanac <christian.bucanac@mindark.com>)
List 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 by date:

Previous
From: Dave Page
Date:
Subject: RE: Access '97 {oj ...} Left Join
Next
From: Hiroshi Inoue
Date:
Subject: Re: Access '97 {oj ...} Left Join