Re: Using ADO to write a blob in VBA

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Using ADO to write a blob in VBA
Дата
Msg-id 396486430912070718g3ecc36e0lf48c122e2ac8e16b@mail.gmail.com
обсуждение исходный текст
Ответ на Using ADO to write a blob in VBA  (Stephan Strauss <Stephan.Strauss@synopsys.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Strauss
Дата:
Сообщение: Using ADO to write a blob in VBA
Следующее
От: "Sufficool, Stanley"
Дата:
Сообщение: Re: Using ADO to write a blob in VBA