ODBC socket error connection issue

From: Carter Comunale <carter(dot)comunale(at)imaedge(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ODBC socket error connection issue
Date: 1998-12-04 04:51:01
Message-ID: 36676A35.BB6E6C91@imaedge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just wondering if anyone has a second to point me in the right
direction. I can provide comensation for time/help.

I am working with the 6.3 version of postgresql. It is running on red
hat. We are using PHP/FI to talk to postgresql. It runs fine. The VB
developers that I work with want to hit the database using their VB
application and ODBC. So, I downloaded the driver. The driver seems to
be working as far as I can tell. It installed without a hitch. The
problem is that I get a socket error #1 when I try and connect to
postgresql.

Issues that I have considered:

Starting postgresql with the -i switch.

Changing the pg_hba.conf file to allow all hosts access to all databases

(the line below).
host all 0.0.0.0 0.0.0.0 trust

Still, no joy on the connection.
Any suggestions on the direction I should go next?
Are there environment variables that I should look at?

Anyway much thanks in advance.

Carter Comunale
Phone: (949) 622-6200

Browse pgsql-general by date

  From Date Subject
Next Message Ibrahim 1998-12-04 06:15:49 compiling postgresql 6.4 in BSDi
Previous Message Bruce Momjian 1998-12-03 23:25:40 Re: [GENERAL] Backend cache invalidation initialization failed... HUH?