Amigos
Estoy tratando de realizar una conexion entre VB6 y una base de datos POstgres (linux), pero me da problemas:
Linea de conexion
StrConexionMultival = "Provider=PostgreSQL OLE DB Provider;Password="";User ID=postgres;Data Source=10.1.0.171;Location=multival;Extended Properties="""
Error:
Could not connect to server: Connection refused (0X0000274D/10061)
Is the server running on host "" and accepting
TCP/IP connections on port 5432?
Les agradeceria cualquier ayuda..
Saludos
Alejocr