Thread: large objects, openoffice, odbc

large objects, openoffice, odbc

From
Andre Felipe Machado
Date:
Sir:
I am trying to use openoffice 1.1RC2 connected through odbc, to store images
(jpeg) into a Pg 7.3.2.
Followed the instructions at:
http://gborg.postgresql.org/project/psqlodbc/faq/faq.php?faq_id=52
No success.
The db engine complains about int4out(lo) does not exist.
Searching across the net, I discovered that from 7.2.x to 7.3.x, a new type
enforcement was implemented at Postgresql.
This new type enforcement does not allow the kind of type definition showed at
FAQ.
Someone suggested trying a create domain command.
Please, how do I create the new type "lo" into a pg 7.3.2 for using with
OpenOffice?
Could you update the faq?
Regards.
Andre Felipe