ODBC and bytea

From: Andreas Lubensky <lubensky(at)cognitec(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ODBC and bytea
Date: 2012-01-20 11:00:56
Message-ID: 201201201200.56410.lubensky@cognitec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
currently we are trying to integrate Postgres with ODBC and have problems with
blobs.
We tried to use bytea and were under the impression that bytea would act like
a blob in other databases when used through ODBC.
So far we could not make it work properly. It seems we still have to do the
encoding/decoding of the binary data to bytea ourselves. Is this the correct
behavior? I guess we are not the only ones using ODBC and trying to store
blobs in Postgres. But nevertheless there is nearly no information on this
subject to be found.
Any help appreciated :-)

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2012-01-20 11:12:34 Re: On duplicate ignore
Previous Message Lincoln Yeoh 2012-01-20 10:53:39 Numerous prepared transactions?