Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/05/2007, 16:17
alejocr
 
Fecha de Ingreso: noviembre-2003
Ubicación: Costa Rica
Mensajes: 85
Antigüedad: 20 años, 5 meses
Puntos: 0
Error de Conexion OLEDB -VB6

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