This is a discussion on Re: Odbc Problem within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> 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 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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/ ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |