Page 1 of 1

Proxy connection

Posted: Wed 08 Dec 2004 10:06
by TestUser
Hi,

I am using corelab for PostgreSQL database and I have a problem with PROXY.

When I configured my connection with proxy OPEN command gives me a error "Unknown host". But without proxy it works fine.

Can somebody help me

Thanks,.

Proxy connection

Posted: Thu 09 Dec 2004 09:27
by Yuri
Please specify how you set Connection.ConnectionString.

Try to specify IP address of the PostgreSQL server in "Host" option of the connection string.
For example,

Code: Select all

connection.ConnectionString = "Host = 192.168.0.134; User Id = postgres; database = test";
connection.Open();