Cita:
Empezado por rretamar
Para conectividad no usaría ni ODBC ni ADO (menos aún tablas planas como Paradox o Access -además Dios mata un gatito si alguien la usa-). Usaría los componentes libres ZeosLib, que además soportan varios motores de bases de datos libres como Firebird, MYSQL, PosgreSQL, SQLite, etc. sin complicaciones.
http://zeos.firmos.at/portal.php
Saludos !
|
hola gente delphi instale el postgresSQL 8.4 y el 8.3 y ambos dan este error, lo he desintalado y cambiado de puerto muchas veces y al ultimo que le puse es el 2009. y dice
Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 2009?
If you encounter this message, please check if the server you're trying to contact is actually running PostgreSQL on the given port. Test if you have network connectivity from your client to the server host using ping or equivalent tools. Is your network / VPN / SSH tunnel / firewall configured correctly?
For security reasons, PostgreSQL does not listen on all available IP addresses on the server machine initially. In order to access the server over the network, you need to enable listening on the address first.
he buscado en internet y nada, sigue igual. copie una linea de comando que encontre en internet en el simbolo del sistema y dice
C:\Documents and Settings\BlackCrystalT>"C:\Archivos de programa\PostgreSQL\8.3\
bin\pg_ctl.exe" -s -D "C:\Archivos de programa\PostgreSQL\8.3\data" start
pg_ctl: otro servidor puede estar en ejecución; tratando de iniciarlo de todas f
ormas.
%t FATAL: el archivo de bloqueo «postmaster.pid» ya existe
%t HINT: ¿Hay otro postmaster (PID 2564) corriendo en el directorio de datos «C
:/Archivos de programa/PostgreSQL/8.3/data»?
pg_ctl: no se pudo iniciar el servidor.
Examine el registro del servidor.
desactive el firewall y nada, gracias por su ayuda anticipada.