Re: Odbc Problem

From: doggie tame <tame_doggie(at)yahoo(dot)com>
To: hewittcarl(at)hotmail(dot)com
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Odbc Problem
Date: 2005-10-13 22:22:12
Message-ID: 20051013222213.5146.qmail@web30005.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

did you add an entry in pg_hba.conf? which located in
<postgres_root>/data. For example, on my xp box, it's
c:\program files/postgreSQL/8.1-beta2/data.

add an entry under the "# IPv4 local connections:",
there should be one entry there for the localhost and
you can copy that line and just change the host. For
example, on my box, it looks like:

# IPv4 local connections:
host all all 127.0.0.1/32
md5
host all all 10.3.157.30/32
md5

then restart posgres and try again.

===========
tame doggie


__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

Browse pgsql-odbc by date

  From Date Subject
Next Message daniel 2005-10-13 22:40:50 select a non numeric fields problem
Previous Message Carl Hewitt 2005-10-13 18:45:53 Odbc Problem