Hi,
I follow the instruction in thread699-1119777 but I am fail.
Here's my code:
OdbcConnection connection = new OdbcConnection("DSN=PostgreSQL");
connection.Open();
I got error when openning the connection. However, I will not see that error if connecting with Postgres installed in my computer. It only occured when I try to connect to Postgres Server in my intranet.
Can you show me how to solve this.
Thanks
I follow the instruction in thread699-1119777 but I am fail.
Here's my code:
OdbcConnection connection = new OdbcConnection("DSN=PostgreSQL");
connection.Open();
I got error when openning the connection. However, I will not see that error if connecting with Postgres installed in my computer. It only occured when I try to connect to Postgres Server in my intranet.
Can you show me how to solve this.
Thanks