Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Glyn Astill
--- On Thu, 25/3/10, Richard Broersma 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

Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Richard Broersma
On Thu, Mar 25, 2010 at 7:35 AM, Josef Springer 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.

Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Kenneth Marshall
Hi Joserf, Does your ADO accept a version 8.4 reply from the database. It may not be supported. In that case, you will need to update your ADO software. Cheers, Ken On Thu, Mar 25, 2010 at 03:35:10PM +0100, Josef Springer wrote: > Thanks for quick answer. Sorry, this was a misstype. We are using

Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Josef Springer
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 v

Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Chander Ganesan
Josef Springer wrote: hello, we had installed 8.2 and used a database via ADO with the connectstring *Driver={PostgreSQL Unicode};Server=localhost;Uid=OfficeTalk;Pwd=OfficeTalk;Database=OfficeTalk" * Now we have installed 8.8 and try to use the database with the same connectstring but get the

[ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Josef Springer
hello, we had installed 8.2 and used a database via ADO with the connectstring *Driver={PostgreSQL Unicode};Server=localhost;Uid=OfficeTalk;Pwd=OfficeTalk;Database=OfficeTalk" * Now we have installed 8.8 and try to use the database with the same connectstring but get the ADO error *80004005.*