Odbc driver

From: Sergio <ser(at)perio(dot)unlp(dot)edu(dot)ar>
To: pgsql-interfaces(at)hub(dot)org
Subject: Odbc driver
Date: 1999-03-30 15:40:10
Message-ID: SAK.1999.03.30.rqjkheks@speedy.perio.unlp.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Byron,

Postgres 6.3.2, Odbc driver 6.40.0004

I get this

'Access violation at address xxxxxxx in module 'PSQLODBC.DLL'.
Read of address yyyyyyyy'

calling SQLGetData( hstmt, FieldNo, SQL_BINARY, SQLPOINTER( @i), 0, @iv);

note the 5th parameter -> 0

over a TEXT field with sizes of 4000 or more bytes.

if I try it with small fields (3000 or so bytes) there is no problem.

ok, I tracked it down and it seems to work until iv=4099,
when it must return 4100, boom !

I wonder why a text saved by Notepad is 4183 bytes and this
same text within Postgres is reported as 4099 chars long, but
maybe this is another history.

Sergio

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-03-30 16:30:26 Re: [INTERFACES] Odbc driver
Previous Message fot 1999-03-30 15:29:22 subscribe