Połączenie LibreOffice z PostgreSQL za pomocą JDBC.

  1. Konfiguracja postgresql: pg_hba.conf: host all all 192.168.1.0/24(albo inna sieć) md5, postgresql.conf: listen_address = ‘*’
  2. Konfiguracja użytkownika i bd: sudo -i, su – postgres, createdb nazwa, createuser nazwa, psql, alter user nazwa encrypted password ‘haslo’
  3. Należy pobrać sterownik ze strony: http://jdbc.postgresql.org/download.html
  4. Zapisać sterownik, najlepiej w ścieżce ogólnodostępnej typu: C:\Program Files (x86)\LibreOffice 3.4\program\jdbcdrivers (wymagane odpowiendie uprawnienia)
  5. Dodać ścieżkę do zapisanego sterownika w programie LibreOffice: narzędzia -> opcje -> java -> ścieżka do klas -> dodaj archiwum
  6. W LibreOffice Base wybrać połączenie typu JDBC, dalej Datasource Url: postgresql://host:port/nazwa_bazy, jdbc driver class: org.postgresql.Driver (z uwzględnieniem dużego D)

UWAGI:

Dokładny opis:

http://www.postgresonline.com/journal/archives/8-Using-OpenOffice-Base-2.3.1-with-PostgreSQL.html

Sterownik działa bezproblemowo na systemach 32 i 64 bit.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Free(BSD)
yt-dlp – download your data from youtube

Hi, this short article only to mention that there is a wonderful application that exists for a years for the purpose to download YOUR or maybe some other movies from youtube. I don’t want to go in to legal aspect too much, what can be downloaded from youtube, what not …

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

Free(BSD)
Convert pdf file to jpeg – with imagemagic

Short article just to write down not-so frequently (for me) task: remove /opt/homebrew/bin from that command where using on other system than macOs Options: cheers