OLEDB and the port number

From: "Craig Bryden" <postgresql(at)bryden(dot)co(dot)za>
To: "pgsql" <pgsql-general(at)postgresql(dot)org>
Subject: OLEDB and the port number
Date: 2005-02-16 19:12:03
Message-ID: 001301c5145b$6be9efc0$ead517c4@amd2800
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

Can anyone help me with the oledb driver.
I have RC1 of Postgres 8 installed on the default(5432) port. I have the
full release version installed on port 5433. I am trying to get the OLEDB
connection to look at port 5433. Below is my connection string. It works for
the RC1 installation (on port 5432).

Location=MyDBName;Provider="PostgreSQL.1";User ID=MyUser;Data
Source=localhost;Extended Properties=;Port=5433;Password=Mypassword";

Thanks
Craig

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-16 19:24:03 Re: pg_depend query
Previous Message Bruno Wolff III 2005-02-16 19:08:22 Re: Question regarding threaded mode