Am trying to run a C# application which fetches data from PostgreSQL database(8.4) and am using the PostgreSQL OLE DB Provider
This is my connection string
string connString = @"Provider=PostgreSQL OLE DB Provider;Data Source=localhost;location=;User ID=;password=;timeout=1000";
The error am getting is
The 'PostgreSQL OLE DB Provider' provider is not registered on the local machine
Can anyone point out me where should I correct so as to get the connect to the database. By the way am using PGOLEDBLib.