> ... I am still getting the following error when trying to connect:
> ODBC--call failed
> could not connect to the server
> could not connect to remote socket #101
>
> any thoughts?
Try psql -h localhost <dbname> on the server witth postgres. If that fails
then you know you have a sockets problem and not an odbc problem.
-Derek