Re: Using ADO to write a blob in VBA - Mailing list pgsql-odbc

From Richard Broersma
Subject Re: Using ADO to write a blob in VBA
Date
Msg-id 396486430912070718g3ecc36e0lf48c122e2ac8e16b@mail.gmail.com
Whole thread Raw
In response to Using ADO to write a blob in VBA  (Stephan Strauss <Stephan.Strauss@synopsys.com>)
List pgsql-odbc
On Mon, Dec 7, 2009 at 5:57 AM, Stephan Strauss
<Stephan.Strauss@synopsys.com> wrote:

> http://psqlodbc.projects.postgresql.org/howto-vblo.html
> but got back the error message: "Type lo does not exist" when executing with

The lo type is not part of the standard postgresql install.  It is an
extension that you can add to your postgresql server:

http://www.postgresql.org/docs/8.4/interactive/lo.html

Once you've installed type Large Objects data type it should work.


--
Regards,
Richard Broersma Jr.

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

pgsql-odbc by date:

Previous
From: Stephan Strauss
Date:
Subject: Using ADO to write a blob in VBA
Next
From: "Sufficool, Stanley"
Date:
Subject: Re: Using ADO to write a blob in VBA