Re: How do I install PostgreSQL ODBC Drivers for Windows from Source?

From: "David Zoll" <dzoll(at)nyscul(dot)org>
To: Adam Lang <aalang(at)rutgersinsurance(dot)com>
Cc: PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: How do I install PostgreSQL ODBC Drivers for Windows from Source?
Date: 2001-01-17 18:44:22
Message-ID: 3A65E806.1B5E42D9@nyscul.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Adam Lang wrote:
>
> I asked before, what do you mean it is password protected?

If you had asked before, I must have missed it. I apologize.

I mean the following:
1) I download ftp://ftp.postgresql.org/pub/odbc/latest/postdrv.exe
2) I run it
3) A popup window appears with the title "InstallShield
Self-extracting EXE", which asks me "This will install PostgreSQL
ODBC Driver v6.50.0000. Do you wish to continue?"
4) I click on "OK"
5) Another popup window appears with the title "InstallShield
Self-extracting Exe" (yes the case is different on "Exe"), which
says "Please enter the password required to extract the attached
files." It has a text field, presumably for entering in a
password.
6) I enter something in (or even nothing).
7) My machine dings, and another popup window appears with the title
"InstallShield Self-extracting EXE" (back to the original all-caps
EXE), informing me that "You have entered an incorrect password."
8) I hit the "OK" button.
9) The program exits, having extracted and installed nothing.

> I (just 5 minutes ago to check) uninstalled the driver,
> downloaded it and reinstalled it and nowhere was I asked for a
> password.

Then there must be something different between our machines that is
causing a problem on mine. I've found archives of two other requests
for such a password, so while the problem may be rare, it is not unique
to my machine.

> I'm downloading from here:
> ftp://ftp.postgresql.org/pub/odbc/index.html

As am I.


> To try to register a dll, try typing: regsvr32 <path to dll>
> I'm not sure if this is good enough for the odbc driver manager
> though. I asked earlier for that tyoe of info today.

Stephen Davies posted excellent instructions that registered the driver
with the ODBC system, so that's no longer a problem for me, but I think
it might still be a good thing to figure out what is breaking in the
installer program so others don't have this problem in the future. Does
anyone know where to get the files used to generate the installer?

Sincerely,
-David Zoll, Programmer
NYSCUL

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Adam Lang 2001-01-17 19:04:17 Re: How do I install PostgreSQL ODBC Drivers for Windows from Source?
Previous Message Adam Lang 2001-01-17 18:37:18 Re: Turn off implicit BEGIN from ODBC driver on Windows?