Re: [INTERFACES] ODBC & bytea

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] ODBC & bytea
Дата
Msg-id 37711BFE.1E6EEA3C@solipsys.com
обсуждение исходный текст
Ответ на ODBC & bytea  (Robin Whitworth <rwhit@goldwiretech.com>)
Список pgsql-interfaces

Robin Whitworth wrote:

> I'm having trouble inserting binary data into a column of
> type bytea using a dynamic INSERT. The trouble seems to be if the
> data contains the values 0x5C (ASCII backslash) or 0x27 (ASCII
> singlequote). When I bind the input values for these I'm using
> SQL_C_BINARY. Shouldn't the data just be passed straight through,
> without any evaluation? Is there something special I need to
> do to make this work (or is this a bug?)
>

Sounds like a bug.   You should be able to see exactly what is being
sent to the backend by using the driver's log feature.   Could you send
that logfile which shows the error.

Byron




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Collin F. Lynch"
Дата:
Сообщение: ARC/Info and Intergraph
Следующее
От: "Jon Nielsen"
Дата:
Сообщение: RE: PG6.5 + JDBC + Linux + Kaffe