[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] PostgresSQL ODBC and MS Access



Has anyone ever successfully used the postgreSQL odbc driver package for
win32 to connect MS Access to a postgreSQL back end on their cobalt? I am
attempting to do this myself, and I am running into a problem trying to
configure the pg_hba.conf file.

I add the following line to enable remote connection from my PC:
host 216.41.45.20 255.255.255.0 all trust
(the ip's are my computer's ip address and subnet)

Am I setting this up properly? Should I be using the Raq's IP instead of my
computer's IP?

I already set up postmaster with the -i option to enable remote connections,
and am connecting to the right port (netstat shows the port open and waiting
for a connection). Where am I going wrong?

Any help would be appreciated!
Kevin