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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match