A Question about Large Object

Поиск
Список
Период
Сортировка
От Juan Colmenares
Тема A Question about Large Object
Дата
Msg-id Pine.LNX.4.10.9911221903540.8177-100000@mail.ing.luz.ve
обсуждение исходный текст
Список pgsql-interfaces
Hello.

I'm trying to store a jpeg file into a table created as follow:

CREATE TABLE juancol (
name            text,
photo           oid
);

I can insert a jpeg file from pgsql (locally) but I can not do this from
an
application written in Visual Basic using an ODBC driver (V06-40-0006).

I read psqlodbc FAQs (Can I use large objects or OLE?) but I wouldn't
have to deal with clean-up tasks. 

Someone could tell me any suggestion?


Thanks in advance!

Juan Andres.




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

Предыдущее
От: Nathan Kennedy
Дата:
Сообщение: Linking PgSQL to another SQL Database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] table very big !!!!!