Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: gorsa <gorsa(dot)1972(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?
Date: 2008-05-15 09:19:58
Message-ID: 937d27e10805150219v40d597b8n10e190b05eacaa39@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 15, 2008 at 9:10 AM, gorsa <gorsa(dot)1972(at)gmail(dot)com> wrote:
> would like to know if there were developments on this. i also
> encountered this problem when i switched to 8.3 and also to 8.3.1 on
> my test server. my production server continues to be running ok on 8.1
> though ; if there really is no more bundled odbc package with the
> postgres installer, i'd like to know how other pg users are connecting
> to their databases? btw i use vb6 as my client.

There are no 'developments'. The ODBC driver is no longer bundled with
the main installer as we decided to move most of the bundled projects
out of the main installer, and provide a download manager
(StackBuilder) with which to install them instead. There are a couple
of reasons for this:

- Most of them follow their own release schedules - this allows
updates to be accessible through StackBuilder without having to update
the entire server distribution.
- We can make more applications available without having to bloat the
main distribution for those that don't want them.
- It makes the packaging of the server much more manageable.
- The bundled apps can drive their own releases without having to
involve the server packagers.

The reason the msvclibs are no longer present is that the entire
server is built with MS VC++ from 8.3, so the libraries in the lib
directory are the MS VC++ ones. What is no longer shipped is the mingw
libraries.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Allan Kamau 2008-05-15 10:10:44 Re: Password safe web application with postgre
Previous Message Pavan Deolasee 2008-05-15 09:10:52 Re: Non completing Vacuumdb