Re: [GENERAL] Postgres ODBC driver and BLOBs

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: [GENERAL] Postgres ODBC driver and BLOBs
Дата
Msg-id E11qy9e-0001Vy-00@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Postgres ODBC driver and BLOBs  (Vegeta <vegeta@cuaima.ica.luz.ve>)
Список pgsql-general
Vegeta wrote:
>
> Hi list,
>
> Is it posible to read and write BLOBs to a PostgreSQL table using
> the PostgreSQL ODBC driver?
>
> Thanks in advance,
> Guido Urdaneta

I think this is the bit you may need?

     The type used in the driver is simply called "lo" and here is the
     command used to create it:

     create type lo (
         internallength=4,  externallength=10,
         input=int4in, output=int4out,
         default='',  passedbyvalue
     );

quoted from http://www.insightdist.com/psqlodbc/psqlodbc_faq.html under
"Can I use large objects or OLE?"

Cheers,

Patrick

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

Предыдущее
От: "J. Roeleveld"
Дата:
Сообщение: Re: [GENERAL] Completely new and discovering PostGresSql
Следующее
От: "Vovk G. Grigoriy"
Дата:
Сообщение: about speed