Re: Problem inserting image

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Problem inserting image
Дата
Msg-id 396486430812221233y25aa24s69197c507ae36ec7@mail.gmail.com
обсуждение исходный текст
Ответ на Problem inserting image  (Tk421 <vrobador@gmail.com>)
Список pgsql-sql
On Mon, Dec 22, 2008 at 12:08 PM, Tk421 <vrobador@gmail.com> wrote:

>     I've made a routine in VB to insert a image into a table. The code is:
>     But on execute there is the next error: ERROR: type "lo" does not exist;
>
>     How can i reference the "lo" type or create it, in postgres 8.3

Here is an example how how ADODB.Stream class work in conjunction with
ADODB.command prepared statements to push binary data into a field.
The same should work with PostgreSQL.

http://www.databasedevelopment.co.uk/examples/StoredBlobs.zip



-- 
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


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

Предыдущее
От: Tk421
Дата:
Сообщение: Problem inserting image
Следующее
От: "Venkat Rao Tammineni"
Дата:
Сообщение: How to Import Excel Into PostgreSQL database