Request for help on selecting bytea columns using ODBC (windows) from Postgresql DB

Поиск
Список
Период
Сортировка
От Ganesh Borse
Тема Request for help on selecting bytea columns using ODBC (windows) from Postgresql DB
Дата
Msg-id CAEhYC0E+_U7os3WEiDZpQw=2TOM3Aaznp6FNHAdyn+25bfyzRA@mail.gmail.com
обсуждение исходный текст
Список pgsql-novice
Hi,

I am new to postgresql.

I've an application which displays the various binary files (like jpgs, xls, zips) stored in PostgrelSQL DB in bytea column.

I inserted these files in bytea column in a table using hex encoding.

But, when I try to access this column by executing (SQLExec) the query "select * from tablename;" from ODBC on Windows, the buffer contains the same hex encoded data.

I am using SQL_C_BINARY data type for SQLBindCol() function.

Can you please help me know, how can I retrieve the data stored in bytea columns in binary format?

Thanks in advance for help and guidance.

Best Regards,
Ganesh


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: execute many for each commit
Следующее
От: Cheng
Дата:
Сообщение: How to count ones in a bit string?