Re: Using ADO to write a blob in VBA

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Stephan Strauss <Stephan(dot)Strauss(at)synopsys(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Using ADO to write a blob in VBA
Date: 2009-12-07 15:18:38
Message-ID: 396486430912070718g3ecc36e0lf48c122e2ac8e16b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Dec 7, 2009 at 5:57 AM, Stephan Strauss
<Stephan(dot)Strauss(at)synopsys(dot)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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Sufficool, Stanley 2009-12-07 20:42:03 Re: Using ADO to write a blob in VBA
Previous Message Stephan Strauss 2009-12-07 13:57:43 Using ADO to write a blob in VBA