mauede
Well-known member
Dear Visual Studio Experts,
I am trying to access PostGreSQL from Visual Studio. I need to implement a C# script that allows users to access and modify some information I recorded in a PostGre database.
Since Visual Studio is a MicroSoft product, it sees all the MS databases in this local network but it cannot see PostgreSQL, even if it is installed locally on the workstation I am using. PostGre is running as I can access it through the low level terminal window commands ("psql").
In the Visual Studio form that is used to connect to a database I tried all possible names for the local PostGre server.
I tried "localhost", the IP-address, the workstation name. I emphasize that the workstation is networked as I can connect to it from home.
An IT gentleman came to my rescue. He said Visual Studio need a driver to access PostGre. He downloaded and installed the driver but when we tested the connection we just got a different error message.
I would greatly appreciate any suggestions. guidelines to access PostGre from Visual Studio on a Windows workstation.
Thank you in advance.
I am trying to access PostGreSQL from Visual Studio. I need to implement a C# script that allows users to access and modify some information I recorded in a PostGre database.
Since Visual Studio is a MicroSoft product, it sees all the MS databases in this local network but it cannot see PostgreSQL, even if it is installed locally on the workstation I am using. PostGre is running as I can access it through the low level terminal window commands ("psql").
In the Visual Studio form that is used to connect to a database I tried all possible names for the local PostGre server.
I tried "localhost", the IP-address, the workstation name. I emphasize that the workstation is networked as I can connect to it from home.
An IT gentleman came to my rescue. He said Visual Studio need a driver to access PostGre. He downloaded and installed the driver but when we tested the connection we just got a different error message.
I would greatly appreciate any suggestions. guidelines to access PostGre from Visual Studio on a Windows workstation.
Thank you in advance.