Re: Can not access PostgreSQL 8.8 via ADO

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: Josef Springer <Josef(dot)Springer(at)joops(dot)com>, Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Cc: Chander Ganesan <chander(at)otg-nc(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Can not access PostgreSQL 8.8 via ADO
Date: 2010-03-25 15:13:13
Message-ID: 103515.21137.qm@web23605.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--- On Thu, 25/3/10, Richard Broersma <richard(dot)broersma(at)gmail(dot)com> wrote:
> wrote:
> > Thanks for quick answer. Sorry, this was a misstype.
> We are using 8.4 not
> > 8.8.
> >
> > We are using the OLEDB-Provider for ADO.
> > On 8.2 the connectionstring works, on 8,4 it does not
> work.
> > The database is local and accessed with localhost.
> > An application, whitch acceses the database via an
> ODBC-driver works. Only
> > ADO does not work. (ADO error *80004005.* )
>
>
> If you notice the oledb driver is still marked beta and is
> not
> production ready.  It also looks like it was last
> updated 4 years ago.
>
> http://pgfoundry.org/projects/oledb/
>
> You should probably use the odbc driver since it is
> production ready
> and actively supported.
>
> http://www.postgresql.org/ftp/odbc/versions/msi/
>

Or try PGNP http://www.pgoledb.com/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2010-03-25 16:01:37 Re: pg_stat: last vacuum and analyze times are not being updated - v8.3.5
Previous Message Richard Broersma 2010-03-25 14:43:02 Re: Can not access PostgreSQL 8.8 via ADO