Re: [ADMIN] setting up ODBC

2001-12-06 Thread A. L. Meyers
[EMAIL PROTECTED] (Jodi Kanter) writes: > This is a multi-part message in MIME format. > > --=_NextPart_000_00D1_01C17CBA.DEDC5EF0 > Content-Type: text/plain; charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I am trying to connect to postgres via ODBC so that I can use

Re: [ADMIN] setting up ODBC

2001-12-04 Thread Jay Wren
You can also use netstat to see if it is listening. Postgres usually listens on port 5432 right? so examine netstat -na and see if anything is listening on tcp port 5432. If you are using a recent version of linux, netstat has the -p option that will name the process listening on that port. Oth

Re: [ADMIN] setting up ODBC

2001-12-04 Thread Derek Neighbors
> ... 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 on the server witth postgres. If that fails then you know you have a sockets problem and n

[ADMIN] setting up ODBC

2001-12-04 Thread Jodi Kanter
Thanks to those that have responded to my issue. I have done all that I think was recommended:   My Windows workstation has the psqlODBC driver I added ODBC extensions to the base catalogs I added the -i switch to my postmaster startup in order to turn on TCPIP connections I modified my pg_h

Re: [ADMIN] setting up ODBC

2001-12-04 Thread Nick Fankhauser
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jodi Kanter Sent: Tuesday, December 04, 2001 11:58 AM To: Postgres Admin List Subject: [ADMIN] setting up ODBC I am trying to connect to postgres via ODBC so that I can use Visio. I have installed psqlODBC on my windows 2000 workstation and

Re: [ADMIN] setting up ODBC

2001-12-04 Thread Derek Neighbors
> I am trying to connect to postgres via ODBC so that I can use Visio. I have >installed psqlODBC on my windows 2000 workstation and am trying to get to our >postgres database located on a Linux machine. > Do I need to enable ODBC on the Linux side? or just configure the driver on my >workstati

[ADMIN] setting up ODBC

2001-12-04 Thread Jodi Kanter
I am trying to connect to postgres via ODBC so that I can use Visio. I have installed psqlODBC on my windows 2000 workstation and am trying to get to our postgres database located on a Linux machine. Do I need to enable ODBC on the Linux side? or just configure the driver on my workstation? I