Forum Discussion
vmbruno
10 years agoAdvocate I
Connect to PostgreSQL
Hi everybody! I'm trying to get data from a PostgreSQL database but it doesn't seem to work. I think I miss some of the components that need to be installed. When trying to setup a new connection...
sguenther
10 years agoAdvocate II
Hey Bruno,
I was faced with the same problem and had to find the right installation files. What fixed it for me in the end was installing
Setup_Npgsql-2.2.4.3-net45.exe
Here is the link to the GitHub project:
https://github.com/npgsql/Npgsql/releases/tag/v2.2.4.3
Hope that helps.
Best
Sebastian
P.S.: Close your Excel and PowerBI Desktop during the installation. Otherwise you will run into a Token error.
igour
7 years agoNew Member
Not sure why just this libs(https://github.com/npgsql/Npgsql/releases/tag/v2.2.4.3) has worked but not the lastest from npgsql.
Anyways thanks to sguenther .