Ik heb een grote PostgreSQL 7.3.3 database met gevuld met tabellen.
postgres 138 1 0 17:38 ? 00:00:00 /usr/local/pgsql/bin/postmaster –D /usr/local/pgsql/data
postgres 150 138 0 17:38 ? 00:00:00 postgres: stats buffer process
Postgres 151 150 0 17:38 ? 00:00:00 postgres: stats collector process
$ psql
Welcome to psql 7.3.3, the PostgreSQL interactive terminal
…….
Daarvan wil ik in Word XP een tabel invoegen.
Werkbalk View > Database
Daarna optie Insert database >
Get data > New source >
ODBC DSN > Next >
postgresql30 > Next > (tabel=producten)
Username (gebruiker)
Password (wachtwoord)
Test Connection
Daarna krijg ik de melding
Test connection failed because of an error in initializing provider.
Could not connect to the server; Could not connect to remote socket.
telnet 192.168.2.2 5432
Trying 192.168.2.2 ... Connection refused
Moet er nog een poort open gezet worden?
Hoe test ik die PostgreSQL databaseverbinding?
Hoe weet ik of dat die datasource name System wide (voor alle machines zichtbaar) is?
postgres 138 1 0 17:38 ? 00:00:00 /usr/local/pgsql/bin/postmaster –D /usr/local/pgsql/data
postgres 150 138 0 17:38 ? 00:00:00 postgres: stats buffer process
Postgres 151 150 0 17:38 ? 00:00:00 postgres: stats collector process
$ psql
Welcome to psql 7.3.3, the PostgreSQL interactive terminal
…….
Daarvan wil ik in Word XP een tabel invoegen.
Werkbalk View > Database
Daarna optie Insert database >
Get data > New source >
ODBC DSN > Next >
postgresql30 > Next > (tabel=producten)
Username (gebruiker)
Password (wachtwoord)
Test Connection
Daarna krijg ik de melding
Test connection failed because of an error in initializing provider.
Could not connect to the server; Could not connect to remote socket.
telnet 192.168.2.2 5432
Trying 192.168.2.2 ... Connection refused
Moet er nog een poort open gezet worden?
Hoe test ik die PostgreSQL databaseverbinding?
Hoe weet ik of dat die datasource name System wide (voor alle machines zichtbaar) is?